onThreadListSync property

Stream<ThreadListSyncEvent> onThreadListSync
inherited

A Stream of ThreadListSyncEvents received by this client.

Implementation

Stream<ThreadListSyncEvent> get onThreadListSync => onEvent.whereType<ThreadListSyncEvent>();