Future<int?> loadInt(String key) async { final prefs = await _getPrefs(); return prefs.getInt(key); }