DomainVerifyOptions constructor

DomainVerifyOptions({
  1. String? domain,
  2. String? ios,
  3. String? android,
  4. bool json = false,
  5. bool help = false,
})

Implementation

DomainVerifyOptions({
  this.domain,
  this.ios,
  this.android,
  this.json = false,
  this.help = false,
});