IFirestoreCacheService class abstract
Constructors
Properties
Methods
-
delete(
String id) → FutureOr< void> -
dispose(
) → Future< void> -
getCachedQuery(
String id) → FutureOr< TCachedQuery?> -
initialise(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String id) → FutureOr< Map< String, dynamic> ?> -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String id, Map< String, dynamic> object) → FutureOr<void> -
writeCachedQuery(
{required TCachedQuery cachedQuery}) → FutureOr< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited