getCurrentAudio method
Retrieves the current audio track.
Implementation
Future<ByteArkPlayerMediaTrack?> getCurrentAudio() async {
throw UnimplementedError('getCurrentAudio() has not been implemented.');
}
Retrieves the current audio track.
Future<ByteArkPlayerMediaTrack?> getCurrentAudio() async {
throw UnimplementedError('getCurrentAudio() has not been implemented.');
}