analyzeDeletion method

Future<ProjectDeletionImpactResponse> analyzeDeletion()

Implementation

Future<pb.ProjectDeletionImpactResponse> analyzeDeletion() {
  return client.analyzeProjectDeletion(projectId);
}