AppSharedPreferences class

Constructors

AppSharedPreferences()

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

getAppToken() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveToken(String token) → void
Func for using in apps
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getBool(String key) bool
getInteger(String key) int
getString(String key) String
init() → dynamic
Static func for safe-null check
putBool(String key, bool value) → dynamic
putInteger(String key, int value) → dynamic
putString(String key, String value) → dynamic