statusStream property
Stream of status changes during initial sync.
Implementation
@override
Stream<InitialSyncStatus> get statusStream => _statusController.stream;
Stream of status changes during initial sync.
@override
Stream<InitialSyncStatus> get statusStream => _statusController.stream;