syncStatus property

ValueNotifier<SyncStatus> get syncStatus

Sync status notifier.

Implementation

ValueNotifier<SyncStatus> get syncStatus => _syncStatus;