We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bdec4 commit 20e1f33Copy full SHA for 20e1f33
lib/src/store.dart
@@ -190,8 +190,7 @@ class Store<State> {
190
/// Under the hood, it will use the `==` method from your State class to
191
/// determine whether or not the two States are equal.
192
bool distinct = false,
193
- })
194
- : _changeController = StreamController.broadcast(sync: syncStream) {
+ }) : _changeController = StreamController.broadcast(sync: syncStream) {
195
_state = initialState;
196
_dispatchers = _createDispatchers(
197
middleware,
0 commit comments