clearIconImageCache function

void clearIconImageCache()

Drops every memoised icon rasterisation.

Rarely needed: entries are keyed by size and device pixel ratio, so a display change or a resize does not return stale bytes. Exposed for tests and for apps that swap icon fonts at runtime.

Implementation

void clearIconImageCache() => _iconBytesCache.clear();