VerifyCodeSettings constructor

VerifyCodeSettings(
  1. VerifyCodeAction action, {
  2. int sendInterval = 0,
  3. Locale? locale,
})

Implementation

VerifyCodeSettings(this.action, {this.sendInterval = 0, this.locale});