menu
proxyhttp package
documentation
http_interceptor.dart
HttpInterceptor
onResponse method
onResponse method
dark_mode
light_mode
onResponse
method
Future
<
bool
>
onResponse
(
Response
response
)
Implementation
Future<bool> onResponse(http.Response response){ return Future.value(false); }
proxyhttp package
documentation
http_interceptor
HttpInterceptor
onResponse method
HttpInterceptor class