DialCodeOptions class

The options for displaying dial codes in popup modals.

Phone number fields in the Authenticator allow the user to select a dial code via a popup modal different than the default. By default, the US dial code (+1) is chosen and a list of all available dial codes is shown in the popup.

Use these options to select which dial code is selected by default and, optionally, limit which options are shown in the modal.

Constructors

DialCodeOptions({DialCode defaultDialCode = DialCode.us})
const

Properties

defaultDialCode DialCode
final
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