clearCooldown method
void
clearCooldown()
Clear the cooldown state.
Implementation
void clearCooldown() {
_runtimeState = const FastModeActive();
}
Clear the cooldown state.
void clearCooldown() {
_runtimeState = const FastModeActive();
}