menu
vinyl package
documentation
core/services/player_interface.dart
PlayerInterface
skipToTrack abstract method
skipToTrack abstract method
dark_mode
light_mode
skipToTrack
abstract method
Future
<
void
>
skipToTrack
(
{
Duration
position
=
Duration.zero
,
int
trackIndex
=
0
,
})
Implementation
Future<void> skipToTrack({ Duration position = Duration.zero, int trackIndex = 0, });
vinyl package
documentation
core/services/player_interface
PlayerInterface
skipToTrack abstract method
PlayerInterface class