dictionaryFetch method

ResponseFuture<DictionaryFetchResponse_> dictionaryFetch(
  1. DictionaryFetchRequest_ request, {
  2. CallOptions? options,
})

Implementation

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