AudioSource.network constructor

const AudioSource.network(
  1. Uri url
)

A remote asset at url; only allowlisted hosts and schemes are fetched.

Implementation

const factory AudioSource.network(Uri url) = NetworkAudioSource;