InvalidStateException constructor

const InvalidStateException(
  1. String message, {
  2. String? recoverySuggestion,
  3. Object? underlyingException,
})

Exception thrown when the requested operation is not valid in the current Amplity Auth state.

Implementation

const InvalidStateException(
  super.message, {
  super.recoverySuggestion,
  super.underlyingException,
});