dictionaryIncrement_Pre method
Future<DictionaryIncrementResponse_>
dictionaryIncrement_Pre(
- ServiceCall call,
- Future<
DictionaryIncrementRequest_> request
Implementation
$async.Future<$0.DictionaryIncrementResponse_> dictionaryIncrement_Pre(
$grpc.ServiceCall call,
$async.Future<$0.DictionaryIncrementRequest_> request) async {
return dictionaryIncrement(call, await request);
}