DemonSp class

Constructors

DemonSp()

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 Properties

instance ↔ SharedPreferences
latefinal

Static Methods

getBool(String key, [bool? defValue]) bool
getString(String key, [String? defValue]) String
init() Future<SharedPreferences>
localGet(String key) → dynamic
localSet(String key, dynamic jsonVal) Future<bool>
remove(String key) Future<bool>
setBool(String key, bool val) Future<bool>
setString(String key, String val) Future<bool>