pause method
void
pause()
Pauses playback of the media.
Implementation
void pause() {
ByteArkPlayerControllerPlatform.instance.pause();
}
Pauses playback of the media.
void pause() {
ByteArkPlayerControllerPlatform.instance.pause();
}