clear static method

void clear()

Removes all stored keys.

Implementation

static void clear() {
  _backend?.clear();
}