AuthUnknownException constructor

AuthUnknownException({
  1. required String message,
  2. required Object originalError,
})

Implementation

AuthUnknownException({required String message, required this.originalError})
    : super(message);