file - the file to be loaded
file
@override Future<AudioSource?> fromFile(File file) async{ return await SoLoud.instance.loadFile(file.path); }