Plays the audio from the provided url.
url
The URL must point to a valid audio source.
Future<void> play(String url) async { await _audioPlayer.play(UrlSource(url)); }