onRoomState property
When a state in a room has been updated this will return the room ID and the state event.
Implementation
final CachedStreamController<({String roomId, StrippedStateEvent state})>
onRoomState = CachedStreamController();
When a state in a room has been updated this will return the room ID and the state event.
final CachedStreamController<({String roomId, StrippedStateEvent state})>
onRoomState = CachedStreamController();