PlexSp class

This class allow user to save and get persistent data

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

getBool(String key) bool?
Get the boolean value against a key
getInt(String key) int?
Get the int value against a key
getList(String key) List<String>?
Get the List
getString(String key) String?
Get the string value against a key
hasKey(String key) bool
Check weather the key exists or not
initialize() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBool(String key, bool? value) → dynamic
Set the boolean value against a key
setInt(String key, int? value) → dynamic
Set the int value against a key
setList(String key, List<String>? value) → dynamic
Set the List
setString(String key, String? value) → dynamic
Set the string value against a key
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance PlexSp
getter/setter pair

Constants

loggedInUser → const String
rememberUsers → const String