resetMetadata abstract method

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

Clear the metadata for the specified store

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

Implementation

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