UnhandledAuthenticatorException constructor

UnhandledAuthenticatorException(
  1. String code,
  2. String? message,
  3. dynamic details
)

Constructor

Implementation

UnhandledAuthenticatorException(this.code, this.message, this.details);