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