SharedPreferencesCRUD class

Implemented types

Constructors

SharedPreferencesCRUD.new()

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

deleteElementFromList(dynamic element) Future<void>
override
deleteElementFromMap(String mapKey) Future<void>
override
getAllList() Future<List>
override
getAllMap() Future<Map<String, dynamic>>
override
getElementFromList(int index) Future
override
getElementFromMap(String mapKey) Future
override
getParameter(String key) Future
override
init(String key) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putList(List value) Future<void>
override
putMap(Map<String, dynamic> value) Future<void>
override
setParameter(String key, dynamic value) Future<void>
override
toString() String
A string representation of this object.
inherited
updateList(List value) Future<void>
override
updateMap(Map<String, dynamic> value) Future<void>
override

Operators

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