Future<void> setGuestUserName(String? value) async => await saveData(Constant.guestUserName, value ?? "");