dictionarySet method

ResponseFuture<DictionarySetResponse_> dictionarySet(
  1. DictionarySetRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.DictionarySetResponse_> dictionarySet(
    $0.DictionarySetRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$dictionarySet, request, options: options);
}