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