Check if the current player is paused
@override Future<bool> isPaused() async { final paused = await methodChannel.invokeMethod<bool>('isPaused'); return paused ?? true; }