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