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