store top-level property

Store<AppState> store
final

Implementation

final store = Store<AppState>(
  appReducer,
  initialState: AppState(),
);