Check if audio is currently playing
@override Future<bool> isPlaying() async { return await methodChannel.invokeMethod<bool>('isPlaying') ?? false; }