FirebaseAuthException.invalidPersistence constructor

FirebaseAuthException.invalidPersistence()

Implementation

FirebaseAuthException.invalidPersistence()
    : this(
          'invalid-persistence-type',
          'The specified persistence type is invalid. It can only be local, '
              'session or none');