instantSyncStarted property

Stream<InstantSyncStartedEvent> get instantSyncStarted

Filters to InstantSyncStartedEvent only.

Implementation

Stream<InstantSyncStartedEvent> get instantSyncStarted =>
    _whereType<InstantSyncStartedEvent>();