onUpdate property

  1. @Deprecated('Use `client.onSync` instead and filter for this room ID')
CachedStreamController<String> onUpdate
final

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

Implementation

@Deprecated('Use `client.onSync` instead and filter for this room ID')
final CachedStreamController<String> onUpdate = CachedStreamController();