count_Pre method
Future<CountResponse>
count_Pre(
- ServiceCall $call,
- Future<
WorkflowsRulesServiceCountReq> $request
Implementation
$async.Future<$1.CountResponse> count_Pre($grpc.ServiceCall $call,
$async.Future<$0.WorkflowsRulesServiceCountReq> $request) async {
return count($call, await $request);
}