onSync property
When a new sync response is coming in, this gives the complete payload.
Implementation
final CachedStreamController<SyncUpdate> onSync = CachedStreamController();
When a new sync response is coming in, this gives the complete payload.
final CachedStreamController<SyncUpdate> onSync = CachedStreamController();