cleanStorage static method

void cleanStorage()

Clears the browser's storage.

Implementation

static void cleanStorage() => web.window.localStorage.clear();