void setStoreStatus(bool isClosed, String nextTime) { isStoreClose.value = isClosed; nextOpenTime.value = nextTime; }