statusStream property

  1. @override
Stream<InitialSyncStatus> get statusStream
override

Stream of status changes during initial sync.

Implementation

@override
Stream<InitialSyncStatus> get statusStream => _statusController.stream;