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