flutter_background_service icon indicating copy to clipboard operation
flutter_background_service copied to clipboard

MissingPluginException

Open MilanObrenovic opened this issue 4 years ago • 1 comments

[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?

MilanObrenovic avatar Dec 20 '21 20:12 MilanObrenovic

Before calling sendData, make sure you initialise the service by adding below line.

FlutterBackgroundService.initialize(onStart)

singhvijay9757 avatar Dec 21 '21 14:12 singhvijay9757