menu
sarmay_tha_player package
documentation
tha_player.dart
ThaNativePlayerController
pause method
pause method
dark_mode
light_mode
pause
method
Future
<
void
>
pause
(
)
Pause playback while retaining the buffer.
Implementation
Future<void> pause() async => _invoke('pause');
sarmay_tha_player package
documentation
tha_player
ThaNativePlayerController
pause method
ThaNativePlayerController class