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