seekTo method

void seekTo(
  1. int time
)

Implementation

void seekTo(int time) {
  _channel!.invokeMethod('seekTo', {
    'time': time,
  });
}