AudioSource.network constructor
const
AudioSource.network(
- Uri url
A remote asset at url; only allowlisted hosts and schemes are fetched.
Implementation
const factory AudioSource.network(Uri url) = NetworkAudioSource;