use method

Adds a middleware factory to the pipeline.

Implementation

HostedFileClientBuilder use(
    HostedFileClient Function(HostedFileClient) factory) {
  _factories.add(factory);
  return this;
}