HasuraFirebasePerformanceInterceptor class

Class HasuraFirebasePerformanceInterceptor implements the onRequest method.

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
inherited
onDisconnected() Future<void>?
Method onDisconnected signature
inherited
onError(HasuraError error, HasuraConnect connect) Future
Method onError signature
onRequest(Request request, HasuraConnect connect) Future
Receives a request and a HasuraConnect builds and starts a HttpMetric. it returns an onRequest.
onResponse(Response data, HasuraConnect connect) Future
Method onResponse signature
onSubscription(Request request, Snapshot snapshot) Future<void>?
Method onSubscription signature
inherited
onTryAgain(HasuraConnect connect) Future<void>?
Method onTryAgain signature
inherited
toString() String
A string representation of this object.
inherited

Operators

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