afterResponse abstract method

Future<HttpClientResponse?> afterResponse(
  1. HttpClientRequest request,
  2. HttpClientResponse response
)

@params kraken: The Kraken widget that is requesting the resource. request: HttpClientResponse that containing the detail of the request. @return newRequest: A HttpClientResponse containing the response information or null if the kraken should load the resource itself.

Implementation

Future<HttpClientResponse?> afterResponse(HttpClientRequest request, HttpClientResponse response);