onRoomState property

CachedStreamController<({String roomId, StrippedStateEvent state})> onRoomState
final

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();