validateFlow_Pre method
Future<FlowValidationResult>
validateFlow_Pre(
- ServiceCall call,
- Future<
ValidateFlowRequest> request
Implementation
$async.Future<$3.FlowValidationResult> validateFlow_Pre(
$grpc.ServiceCall call,
$async.Future<$3.ValidateFlowRequest> request) async {
return validateFlow(call, await request);
}