accessCode property
String?
get
accessCode
Stores the active access code for an authenticated user, if any.
Implementation
String? get accessCode => _authCode;
Stores the active access code for an authenticated user, if any.
String? get accessCode => _authCode;