Glutton class

Constructors

Glutton()

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 Methods

digest(String key) Future<bool>
Remove selected value inside glutton
eat(String key, dynamic value) Future<bool>
Save value inside glutton
flush() Future<bool>
Remove all value inside glutton
have(String key) Future<bool>
Check if value with key exist Return true if the value is exist
vomit(String key, [dynamic defaultValue]) Future
Retrieve value inside glutton