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