switchUser method

void switchUser(
  1. User user
)

Switches the currentUser to the one specified in user.

Implementation

void switchUser(User user) {
  realmCore.switchUser(this, user);
}