getCurrentAudio method
Gets the current audio track.
Implementation
Future<ByteArkPlayerMediaTrack?> getCurrentAudio() async {
return ByteArkPlayerControllerPlatform.instance.getCurrentAudio();
}
Gets the current audio track.
Future<ByteArkPlayerMediaTrack?> getCurrentAudio() async {
return ByteArkPlayerControllerPlatform.instance.getCurrentAudio();
}