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