LocalStorageKeys class

Defines all the keys used to store data in the app.

Constructors

LocalStorageKeys.new()

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

Constants

colorProfileSetting → const String
The key used to store the color profile setting of the app.
effectsAllowed → const String
The key used to store the effects allowed in the app.
isFirstTimeOpened → const String
The key used to invoke all the functions that needs to be run only the first time the user use the app.
pagesBackgroundColorSetting → const String
The key used to store the pages background color setting of the app.
textAccessibilitySettingAlignment → const String
The key used to store the text alignment settings of the app.
textAccessibilitySettingFontWeight → const String
The key used to store the text font weight settings of the app.
textAccessibilitySettingLetterSpacing → const String
The key used to store the letter spacing text settings of the app.
textAccessibilitySettingLineHeight → const String
The key used to store the line height text settings of the app.
textAccessibilitySettingScaleFactor → const String
The key used to store the text scale factor settings of the app.
textAccessibilitySettingWordSpacing → const String
The key used to store the word spacing text settings of the app.
textColorSetting → const String
The key used to store the text color setting of the app.
themeMode → const String
The key used to store the theme mode in the app.
themeProfileSetting → const String
The key used to store the theme profile setting of the app.