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