menu
play package
documentation
media_kit/media_kit.dart
PlatformPlayer
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
void
>
stop
(
)
Implementation
Future<void> stop() { throw UnimplementedError( '[PlatformPlayer.stop] is not implemented', ); }
play package
documentation
media_kit/media_kit
PlatformPlayer
stop method
PlatformPlayer class