menu
carey package
documentation
core/utils/app_pref_service.dart
AppPreferenceService
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
getInt
(
String
key
)
Implementation
int getInt(String key) { return _initializePrefs?.getInt(key) ?? 0; }
carey package
documentation
core/utils/app_pref_service
AppPreferenceService
getInt method
AppPreferenceService class