menu
http_nexus package
documentation
interceptors/response_interceptor.dart
ResponseInterceptor
onResponse abstract method
onResponse abstract method
dark_mode
light_mode
onResponse
abstract method
Future
<
void
>
onResponse
(
Response
response
)
Called after a response is received
Implementation
Future<void> onResponse(http.Response response);
http_nexus package
documentation
interceptors/response_interceptor
ResponseInterceptor
onResponse abstract method
ResponseInterceptor class