clear static method

void clear()

Clears every slot (used by tests).

Implementation

static void clear() {
  _slot = null;
  _contextSlot = null;
  _uiModeType = null;
  _firedFor = null;
  _firedUiMode = null;
  notifier.reset();
}