switchUser method
Switches the currentUser to the one specified in user
.
Implementation
void switchUser(User user) {
handle.switchUser(user.handle);
}
Switches the currentUser to the one specified in user
.
void switchUser(User user) {
handle.switchUser(user.handle);
}