clearInterceptors method

void clearInterceptors()

Remove all interceptors

Implementation

void clearInterceptors() {
  dio.interceptors.clear();
}