flutter_foreground_service_plugin icon indicating copy to clipboard operation
flutter_foreground_service_plugin copied to clipboard

Fix private accessing (Setting constructor to public)

Open omarwaleed opened this issue 3 years ago • 3 comments

private constructor FlutterForegroundPlugin is causing build failure. Setting the constructor to being a public class fixed the issue

omarwaleed avatar Jun 17 '21 08:06 omarwaleed