@override Future<bool?> stopService() async { final isDone = await methodChannel.invokeMethod<bool>('stopService'); return isDone; }