reset method

Future<void> reset()

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> reset() =>
    FMTCBackendAccess.internal.resetMetadata(storeName: _storeName);