cleanStorage static method

void cleanStorage()

Clears the browser's storage.

Implementation

static void cleanStorage() {
  // No-op.
}