checkTileCached method Null safety
Check whether a specified tile is cached in the current store synchronously
Implementation
bool checkTileCached({
required Coords<num> coords,
required TileLayer options,
}) =>
_tiles.getSync(DatabaseTools.hash(getTileUrl(coords, options))) != null;