SharedPrefsHelper class
Constructors
-
factory
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
-
clearData(
) → dynamic -
getApplicationConfig(
) → ApplicationConfig? -
getFontName(
) → dynamic -
getImageUrl(
) → dynamic -
getLocale(
) → dynamic -
getThemeChange(
) → dynamic -
getTranslator(
) → dynamic -
initialize(
) → Future< void> -
isHeaderCustom(
) → dynamic -
isThemeDefault(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setApplicationConfig(
{required ApplicationConfig? applicationConfig}) → Future< void> -
setDomainImage(
String value) → dynamic -
setFontName(
String? value) → dynamic -
setLocale(
String value) → dynamic -
setThemeChange(
bool isChange) → dynamic -
setThemeDefault(
bool isChange) → dynamic -
setTranslator(
String value) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → SharedPrefsHelper
-
final