Check if the video is currently playing
Future<bool> isPlaying() async { _checkInitialized(); return await _playerMethodManager.isPlaying(); }