CollectorExporter constructor
CollectorExporter(})
Implementation
CollectorExporter(
this.uri, {
http.Client? httpClient,
this.headers = const {},
this.timeoutMilliseconds = 10000,
}) : client = httpClient ?? http.Client();