use method

Adds a middleware factory to the pipeline.

Implementation

TextToSpeechClientBuilder use(
    TextToSpeechClient Function(TextToSpeechClient) factory) {
  _factories.add(factory);
  return this;
}