refactor: removed unecessary properties

pull/190/head
alestiago 3 years ago
parent 1e72a03b4b
commit 00cfe14180

@ -21,7 +21,6 @@ void main() {
score: 0,
balls: 0,
bonusHistory: [],
activatedDashNests: {},
);
whenListen(bloc, Stream.value(state), initialState: state);
return bloc;

@ -22,7 +22,6 @@ void main() {
score: 0,
balls: 0,
bonusHistory: [],
activatedDashNests: {},
);
whenListen(bloc, Stream.value(state), initialState: state);
return bloc;

Loading…
Cancel
Save