UserConsentException constructor

UserConsentException(
  1. String message, {
  2. String? details,
})

Implementation

UserConsentException(this.message, {this.details});