seekTo method

Future<void> seekTo(
  1. int? textureId,
  2. Duration? position
)

Sets the video position to a Duration from the start.

Implementation

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