setScramble method
- String scramble
Establece el scramble actual y notifica a los listeners.
Implementation
void setScramble(String scramble) {
_scramble = scramble;
// NOTIFICA A LOS LISTENERS QUE EL ESTADO HA CAMBIADO
notifyListeners();
}
Establece el scramble actual y notifica a los listeners.
void setScramble(String scramble) {
_scramble = scramble;
// NOTIFICA A LOS LISTENERS QUE EL ESTADO HA CAMBIADO
notifyListeners();
}