play method
void
play()
Starts playback of the media.
Implementation
void play() {
ByteArkPlayerControllerPlatform.instance.play();
}
Starts playback of the media.
void play() {
ByteArkPlayerControllerPlatform.instance.play();
}