AuthStringResolver class
The class that is accepted by the Authenticator to override strings
Consists of a set of resolvers, which are functions for returning strings. This enables users to override default strings, including with localizations.
- Annotations
Constructors
- AuthStringResolver({ButtonResolver? buttons, DialCodeResolver? dialCodes, InputResolver? inputs, InstructionsResolver? instructions, MessageResolver? messages, TitleResolver? titles})
-
The class that is accepted by the Authenticator to override strings
const
Properties
-
The resolver class for shared button Widgets
final
- dialCodes → DialCodeResolver
-
The resolver class for area codes
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inputs → InputResolver
-
The resolver class for shared input Widgets
final
- instruction → InstructionsResolver
-
The resolver class for instructions
final
- messages → MessageResolver
-
The resolver class for messages
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titles → TitleResolver
-
The resolver class for titles
final
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.
override