createImageCache method

  1. @protected
ImageCache createImageCache ()
@protected

Creates the ImageCache singleton (accessible via imageCache).

This method can be overridden to provide a custom image cache.

Implementation

@protected
ImageCache createImageCache() => ImageCache();