getAudios method

Retrieves the list of available audio tracks.

Implementation

Future<List<ByteArkPlayerMediaTrack>> getAudios() async {
  throw UnimplementedError('getAudios() has not been implemented.');
}