SharedPreferencesManager class

Constructors

SharedPreferencesManager()

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

addToListString(dynamic key, String value) → void
getKV(dynamic key, dynamic value) → dynamic
gets a Key/Value pair from the preferences
getReturnValue() → dynamic
getSharedPreferencesInstance() Future<SharedPreferences>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePreference(String key) → void
remove a specific preference key='all' => removing all of the sharedPreferences
setKV(String key, dynamic value) → void
sets a key/value pair in the preferences
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited