onUpdate property

CachedStreamController<String> onUpdate
final

If something changes, this callback will be triggered. Will return the room id.

Implementation

final CachedStreamController<String> onUpdate = CachedStreamController();