menu
basic_setup package
documentation
data/source/local/sharedprefs/shared_preferences.dart
SharedPreferenceHelper
getSSOId method
getSSOId method
dark_mode
light_mode
getSSOId
method
String
getSSOId
(
)
Implementation
String getSSOId() { final sso = _prefs.getString(_ssoIdKey) ?? ''; return sso; }
basic_setup package
documentation
data/source/local/sharedprefs/shared_preferences
SharedPreferenceHelper
getSSOId method
SharedPreferenceHelper class