deleteExecution_Pre method

Future<DeleteExecutionResponse> deleteExecution_Pre(
  1. ServiceCall call,
  2. Future<DeleteExecutionRequest> request
)

Implementation

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