deleteStore abstract method

Future<void> deleteStore({
  1. required String storeName,
})

Delete the specified store

Warning

This operation cannot be undone! Ensure you confirm with the user that this action is expected.

Does nothing if the store does not already exist.

Implementation

Future<void> deleteStore({
  required String storeName,
});