updateSegaSound method
- bool input
Updates the value of segaSound.
Implementation
void updateSegaSound(bool input) { // ignore: avoid_positional_boolean_parameters
segaSound = input;
notifyListeners();
}
Updates the value of segaSound.
void updateSegaSound(bool input) { // ignore: avoid_positional_boolean_parameters
segaSound = input;
notifyListeners();
}