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