menu
aves_support package
documentation
network/request.dart
RequestInterceptorFlow<T>
RequestInterceptorFlow constructor
RequestInterceptorFlow constructor
dark_mode
light_mode
RequestInterceptorFlow<
T
>
constructor
RequestInterceptorFlow<
T
>
(
Request
<
T
>
request
, {
bool
terminate
=
false
,
Response
<
T
>
?
response
,
})
Implementation
RequestInterceptorFlow(this.request, {this.terminate = false, this.response});
aves_support package
documentation
network/request
RequestInterceptorFlow<T>
RequestInterceptorFlow constructor
RequestInterceptorFlow class