setTime method

Future<void> setTime(
  1. int viewId,
  2. Duration position
)

Same as seekTo Sets the video position to a Duration from the start.

Implementation

Future<void> setTime(int viewId, Duration position) {
  throw _unimplemented('setTime');
}