instance property
PdfTileStore
get
instance
The shared store the viewer uses. Lazily created so nothing is allocated (or registered for memory pressure) unless the tile path is exercised.
Implementation
static PdfTileStore get instance => _instance ??= PdfTileStore();