onInRoomAttributesUpdated method
void
onInRoomAttributesUpdated()
Implementation
void onInRoomAttributesUpdated() {
_updateTimestamp = DateTime.now().microsecondsSinceEpoch;
notifyListeners();
}
void onInRoomAttributesUpdated() {
_updateTimestamp = DateTime.now().microsecondsSinceEpoch;
notifyListeners();
}