errorCode property
String?
get
errorCode
Gets the error code if authentication failed
Implementation
String? get errorCode => error?.code;
Gets the error code if authentication failed
String? get errorCode => error?.code;