ImageResolver typedef

ImageResolver = HistoryImage? Function(ImageType type)

Used to resolve the ImageType to the real path on the device to the image

Implementation

typedef ImageResolver = HistoryImage? Function(ImageType type);