dictionaryLength_Pre method
Future<DictionaryLengthResponse_>
dictionaryLength_Pre(
- ServiceCall call,
- Future<
DictionaryLengthRequest_> request
Implementation
$async.Future<$0.DictionaryLengthResponse_> dictionaryLength_Pre(
$grpc.ServiceCall call,
$async.Future<$0.DictionaryLengthRequest_> request) async {
return dictionaryLength(call, await request);
}