@Component class LoremPicsumRetreiver
Classe che si occupa di ottenere il link delle immagini dal LoremPicsum
| LoremPicsumRetreiver()Classe che si occupa di ottenere il link delle immagini dal LoremPicsum | 
| val client: OkHttpClientOkHttpClient | |
| val urlBase: StringString | 
| fun getImagePicsum(width: Int = baseWidth, height: Int = baseHeight, grayScale: Boolean = false, blur: Int = 0): String | 
| const val baseHeight: Int | |
| const val baseWidth: Int |