PreferenceHelper class
Constructors
- PreferenceHelper()
-
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
-
getAppOpenAt(
) → int? -
getAutoLogin(
) → bool -
getBool(
String key) → bool? -
getDoctor(
) → Doctor? -
getInt(
String key) → int? -
getIsFirstTime(
) → bool -
getLinkageFlag(
) → bool -
getReadArticleList(
String weekKey) → List< String> ? -
getString(
String key) → String? -
getUpdate(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeDoctor(
) → void -
saveDoctor(
Doctor user) → Future< void> -
saveReadArticleList(
List< String> articleIds, String weekKey) → void -
setAppOpenAt(
int time) → void -
setAutoLogin(
bool isAutoLogin) → void -
setBool(
String key, bool value) → void -
setInt(
String key, int value) → void -
setIsFirstTime(
bool isFirst) → void -
setLinkageFlag(
bool isEnabled) → void -
setString(
String key, String value) → void -
setUpdate(
bool isOpened) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited