IBiometricMessages class abstract
Abstract class for storing platform specific strings.
Constructors
- IBiometricMessages()
-
Constructs an instance of IBiometricMessages.
const
- IBiometricMessages.android({String? goToSettingsButton, String? goToSettingsDescription, String? cancelButton, String? biometricHint, String? biometricNotRecognized, String? biometricRequiredTitle, String? biometricSuccess, String? deviceCredentialsRequiredTitle, String? deviceCredentialsSetupDescription, String? signInTitle})
-
factory
- IBiometricMessages.ios({String? goToSettingsButton, String? goToSettingsDescription, String? cancelButton, String? lockOut, String? localizedFallbackTitle})
-
factory
- IBiometricMessages.windows()
-
factory
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited