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