OtpPinFieldPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- OtpPinFieldPlatform
- Implementers
Constructors
- OtpPinFieldPlatform()
- Constructs a OtpPinFieldPlatform.
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
-
getAppSignature(
) → Future< String> -
getPlatformVersion(
) → Future< String?> -
listenForCode(
Map< String, String> smsCodeRegexPattern) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPhoneHint(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterListener(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ OtpPinFieldPlatform
-
The default instance of OtpPinFieldPlatform to use.
getter/setter pair