stopService static method
orders foreground-service to stop
Implementation
static Future<void> stopService() async {
await channel.invokeMethod(_STOP_SERVICE);
}
orders foreground-service to stop
static Future<void> stopService() async {
await channel.invokeMethod(_STOP_SERVICE);
}