getCurrentAudio method

Future<ByteArkPlayerMediaTrack?> getCurrentAudio()

Retrieves the current audio track.

Implementation

Future<ByteArkPlayerMediaTrack?> getCurrentAudio() async {
  throw UnimplementedError('getCurrentAudio() has not been implemented.');
}