dictionaryLength method

ResponseFuture<DictionaryLengthResponse_> dictionaryLength(
  1. DictionaryLengthRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.DictionaryLengthResponse_> dictionaryLength(
    $0.DictionaryLengthRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$dictionaryLength, request, options: options);
}