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