getAudios method
Retrieves the list of available audio tracks.
Implementation
Future<List<ByteArkPlayerMediaTrack>> getAudios() async {
throw UnimplementedError('getAudios() has not been implemented.');
}
Retrieves the list of available audio tracks.
Future<List<ByteArkPlayerMediaTrack>> getAudios() async {
throw UnimplementedError('getAudios() has not been implemented.');
}