@override Future<bool> stopForegroundService() async { final result = await methodChannel.invokeMethod<bool>( 'stopForegroundService', ); return result ?? false; }