Whether the player is currently playing, i.e. has started playback and is not paused.
@override Future<bool> get isPlaying async => _invokeMethod<bool>(Methods.isPlaying);