clearTileCache method
void
clearTileCache(
- TileOverlayId id
Clears the tile cache associated with the given TileOverlayId.
Implementation
void clearTileCache(TileOverlayId id) {
_tileOverlaysController?.clearTileCache(id);
}