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