getSSOId method

String getSSOId()

Implementation

String getSSOId() {
  final sso = _prefs.getString(_ssoIdKey) ?? '';
  return sso;
}