create_Pre method
Future<IdentifierResponse>
create_Pre(
- ServiceCall $call,
- Future<
WorkflowsRulesServiceCreateRequest> $request
Implementation
$async.Future<$1.IdentifierResponse> create_Pre($grpc.ServiceCall $call,
$async.Future<$0.WorkflowsRulesServiceCreateRequest> $request) async {
return create($call, await $request);
}