getCachedRealmId method
Returns the realm ID that was last used for a token.
Implementation
String? getCachedRealmId() {
return _lastRealmId;
}
Returns the realm ID that was last used for a token.
String? getCachedRealmId() {
return _lastRealmId;
}