flutter_foreground_service_plugin
flutter_foreground_service_plugin copied to clipboard
Fix private accessing (Setting constructor to public)
private constructor FlutterForegroundPlugin
is causing build failure. Setting the constructor to being a public class fixed the issue