AudioSource.url constructor
- String url
Constructs an AudioSource from the provided url.
Implementation
factory AudioSource.url(String url) = UrlAudioSource;
Constructs an AudioSource from the provided url.
factory AudioSource.url(String url) = UrlAudioSource;