getAudios method
Gets the list of available audio tracks.
Implementation
Future<List<ByteArkPlayerMediaTrack>> getAudios() async {
return ByteArkPlayerControllerPlatform.instance.getAudios();
}
Gets the list of available audio tracks.
Future<List<ByteArkPlayerMediaTrack>> getAudios() async {
return ByteArkPlayerControllerPlatform.instance.getAudios();
}