OTPAuth constructor

const OTPAuth(
  1. int digits, {
  2. String? label,
  3. String? issuer,
})

Implementation

const OTPAuth(
  this.digits, {
  this.label,
  this.issuer,
}) : assert(digits >= 4);