static Future<bool> getBool(String key, bool value) async { await prepareSp(); return prefs!.getBool(key) ?? value; }