AppSettings class
Constructors
- AppSettings.new()
-
factory
Properties
Methods
-
init(
) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCurrency(
String currency) → Future< void> -
setKioskMode(
String accountID) → Future< void> -
setLanguage(
String language) → Future< void> -
setProfileCompleted(
bool profileCompleted) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited