dictionaryIncrement method

ResponseFuture<DictionaryIncrementResponse_> dictionaryIncrement(
  1. DictionaryIncrementRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.DictionaryIncrementResponse_> dictionaryIncrement(
    $0.DictionaryIncrementRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$dictionaryIncrement, request, options: options);
}