dictionarySet_Pre method
Future<DictionarySetResponse_>
dictionarySet_Pre(
- ServiceCall call,
- Future<
DictionarySetRequest_> request
Implementation
$async.Future<$0.DictionarySetResponse_> dictionarySet_Pre(
$grpc.ServiceCall call,
$async.Future<$0.DictionarySetRequest_> request) async {
return dictionarySet(call, await request);
}