createStore abstract method

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

Create a new store with the specified name

Does nothing if the store already exists.

Implementation

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