deleteExecution_Pre method
Future<DeleteExecutionResponse>
deleteExecution_Pre(
- ServiceCall call,
- Future<
DeleteExecutionRequest> request
Implementation
$async.Future<$0.DeleteExecutionResponse> deleteExecution_Pre($grpc.ServiceCall call, $async.Future<$0.DeleteExecutionRequest> request) async {
return deleteExecution(call, await request);
}