storeExists abstract method

Future<bool> storeExists({
  1. required String storeName,
})

Check whether the specified store currently exists

Implementation

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