setAudio method

void setAudio(
  1. ByteArkPlayerMediaTrack track
)

Sets the active audio track.

Implementation

void setAudio(ByteArkPlayerMediaTrack track) {
  throw UnimplementedError('setAudio() has not been implemented.');
}