HiveCacheInterceptor class

Constructors

HiveCacheInterceptor([String boxName = 'storage-box'])

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

clearAllCache() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onConnected(HasuraConnect connect) Future<void>?
inherited
onDisconnected() Future<void>?
inherited
onError(HasuraError error, HasuraConnect connect) Future
inherited
onRequest(Request request, HasuraConnect connect) Future?
inherited
onResponse(Response data, HasuraConnect connect) Future
inherited
onSubscription(Request request, Snapshot snapshot) Future<void>
inherited
onTryAgain(HasuraConnect connect) Future<void>?
inherited
toString() String
A string representation of this object.
inherited

Operators

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