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