AuthException constructor

AuthException({
  1. required Object? exception,
  2. bool isOnStartup = false,
})

Implementation

AuthException({
  required this.exception,
  this.isOnStartup = false,
});