cancelExistingAccountSwitch method

void cancelExistingAccountSwitch()

Keeps the current guest session after the user declines an account switch.

Implementation

void cancelExistingAccountSwitch() {
  ref.read(authServiceProvider).cancelExistingAccountSwitch();
  _hasPendingExistingAccount = false;
}