supportsTile abstract method

Future<bool> supportsTile(
  1. Tile tile
)

Checks if the datastore contains data for the specified tile.

tile The tile to check for data availability Returns true if tile data is available, false otherwise

Implementation

Future<bool> supportsTile(Tile tile);