getAudios method

Gets the list of available audio tracks.

Implementation

Future<List<ByteArkPlayerMediaTrack>> getAudios() async {
  return ByteArkPlayerControllerPlatform.instance.getAudios();
}