static Future<void> saveUserProps(String userProps) async { final SharedPreferences prefs = await SharedPreferences.getInstance(); await prefs.setString('userProps', userProps); }