seek method

Future<void> seek(
  1. Duration target
)

Seek to a specific position in the video

Implementation

Future<void> seek(Duration target) => _nativeApi.seek(target.inMilliseconds);