count method
ResponseFuture<CountResponse>
count(
- WorkflowsRulesServiceCountReq request, {
- 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);
}