LocalService class

Constructors

LocalService()

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

deleteListObject(String key) Future<bool>
deleteObject(String key) Future<bool>
deletestObjectfForList(String newObject, String keyList, int indexObjetc) Future<bool>
loadListObject(String key) Future<List<String>>
loadObject(String key) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putListObject(String newListObject, String key) Future<bool>
putObject(String newObject, String key) Future<bool>
saveListObject(List<String> object, String key) Future<void>
saveObject(String object, String key) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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