menu
flutter_audio_recorder_player package
documentation
audio_player.dart
AudioPlayer
seekToNext method
seekToNext method
dark_mode
light_mode
seekToNext
method
Future
<
void
>
seekToNext
(
)
Skips to the next item in the playlist
Implementation
Future<void> seekToNext() => _player.skipToNext();
flutter_audio_recorder_player package
documentation
audio_player
AudioPlayer
seekToNext method
AudioPlayer class