appendInterceptor static method

dynamic appendInterceptor(
  1. 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);