clearCache static method

dynamic clearCache()

Implementation

static clearCache(){
  dio?.interceptors.clear();
}