clear abstract method

void clear()

Removes all entries from the storage.

Example:

// Clear all data
_userStorage!.clear();
print("Cleared all data from user storage");

Implementation

void clear();