appendInterceptor static method
dynamic
appendInterceptor(
- InterceptorsWrapper interceptor
append an interceptor from here. all interceptors added in a row are executed one after another.
Implementation
static appendInterceptor(InterceptorsWrapper interceptor) =>
_dio.interceptors.add(interceptor);