AuthFailure constructor
const
AuthFailure([
- String message = 'Authentication failed. Please login again.'
Implementation
const AuthFailure([String message = 'Authentication failed. Please login again.'])
: super(message);