@override Future<bool> isRunning() async { return await methodChannel.invokeMethod('isRunning') ?? false; }