getCachedRealmId method

String? getCachedRealmId()

Returns the realm ID that was last used for a token.

Implementation

String? getCachedRealmId() {
  return _lastRealmId;
}