Audio.network constructor
Audio.network(})
Implementation
Audio.network(this.path,
{Metas? metas,
Map<String, String>? headers,
this.cached = false,
this.playSpeed,
this.pitch,
this.drmConfiguration})
: audioType = AudioType.network,
package = null,
_networkHeaders = headers,
_metas = metas ?? Metas();