Interceptor class abstract

The Interceptor class is an abstract class acting as the interface.

Implementers

Constructors

Interceptor()

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
onConnected(HasuraConnect connect) Future<void>?
Method onConnected signature
onDisconnected() Future<void>?
Method onDisconnected signature
onError(HasuraError request, HasuraConnect connect) Future?
Method onError signature
onRequest(Request request, HasuraConnect connect) Future?
Method onRequest signature
onResponse(Response data, HasuraConnect connect) Future?
Method onResponse signature
onSubscription(Request request, Snapshot snapshot) Future<void>?
Method onSubscription signature
onTryAgain(HasuraConnect connect) Future<void>?
Method onTryAgain signature
toString() String
A string representation of this object.
inherited

Operators

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