SharedPreferencesHelper class
Constructors
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
Static Methods
-
clearAdminTabs(
) → Future< void> -
getCustomTheme(
) → Future< String?> -
getIsAdminTabs(
) → Future< String> -
getIsAutoPlayMusic(
) → Future< String> -
getisUserLoggedIn(
) → Future< bool> -
getOneSignalUserId(
) → Future< String> -
getUserEmail(
) → Future< String> -
logout(
) → Future< void> -
setCustomTheme(
String value) → Future< void> -
setIsAdminTabs(
String value) → Future< bool> -
setIsAutoPlayMusic(
String value) → Future< bool> -
setisUserLoggedIn(
bool value) → Future< bool> -
setOneSignalUserId(
String value) → Future< bool> -
setUserEmail(
String value) → Future< bool>
Constants
- customTheme → const String
- isAdminTabs → const String
- isAutoPlayMusic → const String
- isUserLoggedIn → const String
- oneSignalUserId → const String
- userEmail → const String