flutter_background_service
flutter_background_service copied to clipboard
MissingPluginException
[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method sendData on channel id.flutter/background_service_bg)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:165:7)
<asynchronous suspension>
I keep getting this error thrown every time i try to call the plugin. whats the problem?
Before calling sendData, make sure you initialise the service by adding below line.
FlutterBackgroundService.initialize(onStart)