dictionaryFetch_Pre method
Future<DictionaryFetchResponse_>
dictionaryFetch_Pre(
- ServiceCall call,
- Future<
DictionaryFetchRequest_> request
Implementation
$async.Future<$0.DictionaryFetchResponse_> dictionaryFetch_Pre(
$grpc.ServiceCall call,
$async.Future<$0.DictionaryFetchRequest_> request) async {
return dictionaryFetch(call, await request);
}