setIsBoomModus method

void setIsBoomModus(
  1. bool v
)

Implementation

void setIsBoomModus(bool v) {
  if (_isBoomModus == v) return;
  _isBoomModus = v;
  notifyListeners();
}