flutter_background_service
flutter_background_service copied to clipboard
service.invoke("stopService") didn't work after termination of an app
service.invoke("stopService") didn't work when we again open the app after termination and click on stop button.
yes this is major issue I tried killing application with didChangeAppLifecycleState but does not work
FlutterBackgroundService().invoke("stop_service", null);
i use this function and work it