JSIndexedDb class
Constructors
Properties
Methods
-
addToCache(
String key, Uint8List imageBytes) → Future< void> -
clearCache(
) → Future< void> -
getImage(
String key) → Future< Uint8List?> -
getKeys(
) → Future< List> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited