revoke method

void revoke()

Implementation

void revoke() {
  Certbot().revoke(
      hostname: hostname,
      domain: domain,
      wildcard: wildcard,
      emailaddress: Environment().emailaddress,
      production: production);
}