dictionaryGet method

ResponseFuture<DictionaryGetResponse_> dictionaryGet(
  1. DictionaryGetRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.DictionaryGetResponse_> dictionaryGet(
    $0.DictionaryGetRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$dictionaryGet, request, options: options);
}