use method
Adds a middleware factory to the pipeline.
Implementation
HostedFileClientBuilder use(
HostedFileClient Function(HostedFileClient) factory) {
_factories.add(factory);
return this;
}
Adds a middleware factory to the pipeline.
HostedFileClientBuilder use(
HostedFileClient Function(HostedFileClient) factory) {
_factories.add(factory);
return this;
}