AuthenticationException constructor

AuthenticationException({
  1. required String message,
})

Implementation

AuthenticationException({required this.message});