pausePlayer()
Dart API: pausePlayer()arrow-up-right.
Use this verbe to pause the current playback. An exception is thrown if the player is not in the "playing" state.
Example:
Dart
Javascript
await myPlayer.pausePlayer();
Lorem ipsum ...
</div>
Last updated 5 years ago
Was this helpful?