readLatestTile abstract method

Future<BackendTile?> readLatestTile({
  1. required String storeName,
})

Retrieve the tile most recently modified in the specified store, if any tiles exist

Implementation

Future<BackendTile?> readLatestTile({
  required String storeName,
});