Guest User

Untitled

a guest
Oct 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. AppState appReducer(AppState state, dynamic action) =>
  2. new AppState(
  3. authState: authReducer(state.authState,action),
  4. signInState: signinReducer(state.signInState,action)
  5. );
Add Comment
Please, Sign In to add comment