Future<void> setInt(String key, int value) async { final prefs = await asyncPrefs; await prefs.setInt(key, value); }