installDioCacheInterceptor function
Implementation
void installDioCacheInterceptor(File pubspec) {
print("Установка зависимостей для кеширующего обработчика: ");
installPackage(pubspec, "dio_cache_interceptor", "3.2.2");
installPackage(pubspec, "dio_cache_interceptor_db_store", "4.1.0");
print("");
}