AuthMethodOTP constructor

AuthMethodOTP({
  1. num duration = 0,
  2. bool enabled = false,
})

Implementation

AuthMethodOTP({
  this.duration = 0,
  this.enabled = false,
});