onUserSwitchStart method
Called when a user switch operation is about to start.
Implementation
void onUserSwitchStart(
String? oldUserId,
String newUserId,
UserSwitchStrategy strategy,
) {}
Called when a user switch operation is about to start.
void onUserSwitchStart(
String? oldUserId,
String newUserId,
UserSwitchStrategy strategy,
) {}