wt1.1.2e NumberPicker
This commit is contained in:
@@ -34,6 +34,7 @@ class AccountBloc extends Bloc<AccountEvent, AccountState> {
|
||||
//route to Login Page
|
||||
} else if (event is AccountLogInFinished) {
|
||||
customerRepository.customer = event.customer;
|
||||
this.loggedIn = true;
|
||||
yield AccountLoggedIn();
|
||||
} else if (event is AccountLogout) {
|
||||
await Cache().logout();
|
||||
|
||||
Reference in New Issue
Block a user