clearStorage()

Remove all Mimic data for the current application scope (see setAppName).

❗️

This action is irreversible

Once data has been cleared it cannot be undone unless you have an exported backup.
To export your data see export

import Mimic from 'mimic';

Mimic.clearStorage();