renameStore abstract method

Future<void> renameStore({
  1. required String currentStoreName,
  2. required String newStoreName,
})

Change the name of the specified store to the specified new store name

Implementation

Future<void> renameStore({
  required String currentStoreName,
  required String newStoreName,
});