Gets an integer value from storage.
static int? getInt(String key) { _ensureInitialized(); return _prefs!.getInt(key); }