Retrieves a stored integer value.
static Future<int?> getInt(String key) async { return _sharedPreferences.getInt(key); }