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