AmplifyAlreadyConfiguredException constructor

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

Named constructor

Implementation

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