tileExistsInStore abstract method

Future<bool> tileExistsInStore({
  1. required String storeName,
  2. required String url,
})

Check whether the specified tile exists in the specified store

Implementation

Future<bool> tileExistsInStore({
  required String storeName,
  required String url,
});