The position in the current video.
Future<Duration?> get position async { if (_isDisposed || _timer == null) { return null; } return _videoPlayerPlatform.getPosition(_playerId); }