menu
dart_identity_sdk package
documentation
application_preferences_manager.dart
ApplicationPreferenceManager
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
?
getInt
(
String
key
)
Implementation
int? getInt(String key) => _preferences.getInt(key);
dart_identity_sdk package
documentation
application_preferences_manager
ApplicationPreferenceManager
getInt method
ApplicationPreferenceManager class