ResponseInterceptorHandler class
The handler for interceptors to handle after respond.
Constructors
Properties
- 
  future
  → Future<InterceptorState> 
- 
  
  no setterinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isCompleted → bool
- 
  
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  next(Response response) → void 
- 
  Deliver the responseto the next interceptor.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  reject(DioException error, [bool callFollowingErrorInterceptor = false]) → void 
- 
  Completes the request by reject with the erroras the result.
- 
  resolve(Response response) → void 
- 
  Completes the request by resolves the responseas the result.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited