NetworkCacheSQLHelper class
Database helper class to handle caching
Constructors
- NetworkCacheSQLHelper()
-
factory
- NetworkCacheSQLHelper.testing()
Properties
Methods
-
clearDatabase(
) → Future< void> -
getResponse(
String request) → Future< Map< String, dynamic> > -
insertResponse(
String request, Map< String, dynamic> response) → Future<void> -
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