menu
feed_plugin package
documentation
widgets/chewie/chewie_player.dart
ChewieController
seekTo method
seekTo method
dark_mode
light_mode
seekTo
method
Future
<
void
>
seekTo
(
Duration
moment
)
Implementation
Future<void> seekTo(Duration moment) async { await videoPlayerController.seekTo(moment); }
feed_plugin package
documentation
widgets/chewie/chewie_player
ChewieController
seekTo method
ChewieController class