FirebaseAuthException.expiredPopupRequest constructor

FirebaseAuthException.expiredPopupRequest()

Implementation

FirebaseAuthException.expiredPopupRequest()
    : this(
          'cancelled-popup-request',
          'This operation has been cancelled due to another conflicting popup '
              'being opened');