BaseDohInterceptor class abstract
API request interceptor
- Implementers
Constructors
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
-
onError(
String method, String url, dynamic error) → void - Called when an error occurs
-
onRequest(
String method, String url, Map< String, dynamic> headers, [String? body, String dohProvider]) → void - Called before the request is sent
-
onResponse(
String method, String url, DohResponse response) → void - Called after the response is received
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited