static Future<bool?> saveUpAccount(UpAccount account) async { final value = account.toString(); return await prefs.setString(upAccountKey, value); }