OTPDialog constructor

const OTPDialog({
  1. Key? key,
  2. String? uniqueID,
  3. String? passcode,
  4. String? webPageLink,
})

Implementation

const OTPDialog({Key? key, this.uniqueID, this.passcode, this.webPageLink})
    : super(key: key);