Flutter has its own internal cache of images. I need to clear that image cache. How do I do that?
Found this solution in the Flutter docs
import 'package:flutter/services.dart'; imageCache.clear();