menu
play package
documentation
media_kit/media_kit.dart
Player
pause method
pause method
dark_mode
light_mode
pause
method
Future
<
void
>
pause
(
)
Pauses the
Player
.
Implementation
Future<void> pause() async { return platform?.pause(); }
play package
documentation
media_kit/media_kit
Player
pause method
Player class