searchAll_Pre method
Future<WorkflowsRulesList>
searchAll_Pre(
- ServiceCall $call,
- Future<
WorkflowsRulesServiceSearchAllReq> $request
Implementation
$async.Future<$0.WorkflowsRulesList> searchAll_Pre($grpc.ServiceCall $call,
$async.Future<$0.WorkflowsRulesServiceSearchAllReq> $request) async {
return searchAll($call, await $request);
}