clearCooldown method

void clearCooldown()

Clear the cooldown state.

Implementation

void clearCooldown() {
  _runtimeState = const FastModeActive();
}