pause method

void pause()

Pauses playback of the media.

Implementation

void pause() {
  ByteArkPlayerControllerPlatform.instance.pause();
}