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