onInRoomAttributesUpdated method

void onInRoomAttributesUpdated()

Implementation

void onInRoomAttributesUpdated() {
  _updateTimestamp = DateTime.now().microsecondsSinceEpoch;

  notifyListeners();
}