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