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