EmailOTP class

Constructors

EmailOTP()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendOTP() → dynamic
Function will return true / false
setConfig({dynamic appName, dynamic appEmail, dynamic userEmail, dynamic otpLength, dynamic otpType}) → dynamic
Function use to config Email OTP
setSMTP({dynamic host, dynamic auth, dynamic username, dynamic password, dynamic secure, dynamic port}) → dynamic
setTemplate({dynamic render}) → dynamic
Function use to use custom html template
setTheme({dynamic theme}) → dynamic
toString() String
A string representation of this object.
inherited
verifyOTP({dynamic otp}) → dynamic
Function will return true / false

Operators

operator ==(Object other) bool
The equality operator.
inherited