errorMessage property
String?
get
errorMessage
Gets the error message if authentication failed
Implementation
String? get errorMessage => error?.message;
Gets the error message if authentication failed
String? get errorMessage => error?.message;