menu
general package
documentation
core/player/player_controller.dart
GeneralLibraryPlayerControllerBase
seek method
seek method
dark_mode
light_mode
seek
method
Future
<
void
>
seek
(
Duration
duration
)
Implementation
Future<void> seek(Duration duration) async { return await player.seek(duration); }
general package
documentation
core/player/player_controller
GeneralLibraryPlayerControllerBase
seek method
GeneralLibraryPlayerControllerBase class