dictionaryLength_Pre method

Future<DictionaryLengthResponse_> dictionaryLength_Pre(
  1. ServiceCall call,
  2. Future<DictionaryLengthRequest_> request
)

Implementation

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