onUserSwitchStart method

void onUserSwitchStart(
  1. String? oldUserId,
  2. String newUserId,
  3. UserSwitchStrategy strategy
)

Called when a user switch operation is about to start.

Implementation

void onUserSwitchStart(
  String? oldUserId,
  String newUserId,
  UserSwitchStrategy strategy,
) {}