menu
enhanced_http package
documentation
interceptor.dart
InterceptorOptions
InterceptorOptions constructor
InterceptorOptions constructor
dark_mode
light_mode
InterceptorOptions
constructor
InterceptorOptions
(
{
dynamic
response
(
dynamic
res
)?,
dynamic
error
(
dynamic
e
)?,
Future
<
Map
<
String
,
String
>
>
headers
()?,
})
Implementation
InterceptorOptions({this.response, this.error, this.headers});
enhanced_http package
documentation
interceptor
InterceptorOptions
InterceptorOptions constructor
InterceptorOptions class