getPosition method

Future<Duration> getPosition(
  1. int? textureId
)

Gets the video position as Duration from the start.

Implementation

Future<Duration> getPosition(int? textureId) {
  throw UnimplementedError('getPosition() has not been implemented.');
}