instantSyncFailed property

Stream<InstantSyncFailedEvent> get instantSyncFailed

Filters to InstantSyncFailedEvent only.

Implementation

Stream<InstantSyncFailedEvent> get instantSyncFailed =>
    _whereType<InstantSyncFailedEvent>();