getCurrentAudio method

Future<ByteArkPlayerMediaTrack?> getCurrentAudio()

Gets the current audio track.

Implementation

Future<ByteArkPlayerMediaTrack?> getCurrentAudio() async {
  return ByteArkPlayerControllerPlatform.instance.getCurrentAudio();
}