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