@override Future<bool> stopService() async { if (await isServiceRunning == true) { return await methodChannel.invokeMethod('stopService'); } return false; }