Future<bool?> getBool(String key) async { final prefs = await asyncPrefs; return prefs.getBool(key); }