menu
fittor package
documentation
api/interceptors/base_interceptor.dart
FittorInterceptorChain
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Removes all interceptors from the chain
Implementation
void clear() { _interceptors.clear(); }
fittor package
documentation
api/interceptors/base_interceptor
FittorInterceptorChain
clear method
FittorInterceptorChain class