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