getImagePath method

String getImagePath()
override

Must return black&white image based on the ImageType.

Implementation

String getImagePath() {
  return "images/background/${_imagePrefix[type]}/${_currentRandom.toString()}.jpg";
}