dictionaryGet_Pre method
Future<DictionaryGetResponse_>
dictionaryGet_Pre(
- ServiceCall call,
- Future<
DictionaryGetRequest_> request
Implementation
$async.Future<$0.DictionaryGetResponse_> dictionaryGet_Pre(
$grpc.ServiceCall call,
$async.Future<$0.DictionaryGetRequest_> request) async {
return dictionaryGet(call, await request);
}