searchAll_Pre method

Future<WorkflowsRulesList> searchAll_Pre(
  1. ServiceCall $call,
  2. Future<WorkflowsRulesServiceSearchAllReq> $request
)

Implementation

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