menu
sarmay_player package
documentation
media_player.dart
MediaPlayer
playOrPause method
playOrPause method
dark_mode
light_mode
playOrPause
method
Future
<
void
>
playOrPause
(
)
Implementation
Future<void> playOrPause() { _checkDisposed(); return _player.playOrPause(); }
sarmay_player package
documentation
media_player
MediaPlayer
playOrPause method
MediaPlayer class