updateAllRoomNotifiers method

  1. @protected
void updateAllRoomNotifiers()

Implementation

@protected
void updateAllRoomNotifiers() {
  for (final id in _roomNotifiers.keys) {
    updateRoomNotifier(id);
  }
}