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