play method

void play()

Starts playback of the media.

Implementation

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