uri - a uri containing the location of the file to be loaded
uri
@override Future<AudioSource?> fromNetwork(Uri uri) async{ return await SoLoud.instance.loadUrl(uri.path); }