syncStatus top-level property

Stream<SyncStatus> syncStatus

Health Data sync status. Note that this stream does not replay any status already emitted.

Implementation

Stream<SyncStatus> get syncStatus => VitalHealthPlatform.instance.status;