snapshotsInSync method

  1. @override
Stream<void> snapshotsInSync()
override

Returns a Stream which is called each time all of the active listeners have been synchronised.

Implementation

@override
_i8.Stream<void> snapshotsInSync() =>
    (super.noSuchMethod(Invocation.method(#snapshotsInSync, []), returnValue: Stream<void>.empty()) as _i8.Stream<void>);