static Future<int?> getIntData(String key) async { SharedPreferences prefs = await SharedPreferences.getInstance(); return prefs.getInt(key); }