AudioDataSource.network constructor
AudioDataSource.network(})
Implementation
AudioDataSource.network(
this.path, {
Map<String, String>? headers,
this.cached = false,
this.playSpeed,
this.duration,
this.pitch,
}) : audioDataSourceType = AudioDataSourceType.network,
package = null
// _networkHeaders = headers
;