onSync property

CachedStreamController<SyncUpdate> onSync
final

When a new sync response is coming in, this gives the complete payload.

Implementation

final CachedStreamController<SyncUpdate> onSync = CachedStreamController();