SharedPreferencesHelper class

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

clear() Future<void>
clearSharedPreferences() Future<void>
deleteKey(String key) Future<void>
getFontMap() Future<String?>
getPreFontUrl() Future<String?>
getTasks() Future<String?>
getUserDetails() Future<String?>
getUserId() Future<String?>
getUserProps() Future<String?>
getVersion() Future<int?>
saveFontMap(String map) Future<void>
savePreFontUrl(String pre) Future<void>
saveTasks(String tasks) Future<void>
saveUserDetails(String userDetails) Future<void>
saveUserId(String userId) Future<void>
saveUserProps(String userProps) Future<void>
saveVersion(int version) Future<void>