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, @Deprecated('Use dialCodes instead') CountryResolver? countries, DialCodeResolver? dialCodes, InputResolver? inputs, MessageResolver? messages, TitleResolver? titles, InstructionsResolver? instructions})
The class that is accepted by the Authenticator to override strings
const

Properties

buttons ButtonResolver
The resolver class for shared button Widgets
final
countries DialCodeResolver
The resolver class for area codes
no setter
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