OtpResult class
Represents the result of an OTP autofill operation.
Constructors
- OtpResult.permissionDenied()
-
factory
- OtpResult.playServicesMissing()
-
factory
- OtpResult.signatureMismatch()
-
factory
- OtpResult.success(String code)
-
factory
- OtpResult.timeout()
-
factory
- OtpResult.unknown()
-
factory
- OtpResult.unsupportedDevice()
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited