getImagePath method
Must return black&white image based on the ImageType.
Implementation
String getImagePath() {
return "images/background/${_imagePrefix[type]}/${_currentRandom.toString()}.jpg";
}
Must return black&white image based on the ImageType.
String getImagePath() {
return "images/background/${_imagePrefix[type]}/${_currentRandom.toString()}.jpg";
}