menu
audioplayers_platform_interface package
documentation
streams_interface.dart
StreamsInterface
emitComplete method
emitComplete method
dark_mode
light_mode
emitComplete
method
void
emitComplete
(
String
playerId
)
Implementation
void emitComplete(String playerId) { _completeStreamController.add(ForPlayer(playerId, null)); }
audioplayers_platform_interface package
documentation
streams_interface
StreamsInterface
emitComplete method
StreamsInterface mixin