menu
play package
documentation
play_dart.dart
Play
remove method
remove method
dark_mode
light_mode
remove
method
Future
<
void
>
remove
(
int
index
)
Implementation
Future<void> remove(int index) async { await player.remove(index); return; }
play package
documentation
play_dart
Play
remove method
Play class