flutter_background_service icon indicating copy to clipboard operation
flutter_background_service copied to clipboard

service.invoke("stopService") didn't work after termination of an app

Open SyedMuhammadRehan opened this issue 1 year ago • 2 comments

service.invoke("stopService") didn't work when we again open the app after termination and click on stop button.

SyedMuhammadRehan avatar May 16 '23 09:05 SyedMuhammadRehan

yes this is major issue I tried killing application with didChangeAppLifecycleState but does not work

innovatoraakash avatar Jun 13 '23 10:06 innovatoraakash

FlutterBackgroundService().invoke("stop_service", null); i use this function and work it

appsorooshan avatar Sep 30 '23 10:09 appsorooshan