count method

ResponseFuture<CountResponse> count(
  1. WorkflowsRulesServiceCountReq request, {
  2. CallOptions? options,
})

View all that match the given count criteria

Implementation

$grpc.ResponseFuture<$1.CountResponse> count(
  $0.WorkflowsRulesServiceCountReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$count, request, options: options);
}