AudioSourceBuilder typedef
Helper Type
A function that converts a path string into an audioplayers Source.
Examples:
AssetSource(path)for bundled assetsDeviceFileSource(path)for local filesUrlSource(path)for network audio
Implementation
typedef AudioSourceBuilder = Source Function(String path);