snapshotsInSync method

  1. @override
Stream<void> snapshotsInSync()

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

Implementation

@override
Stream<void> snapshotsInSync() {
  return _delegate.snapshotsInSync();
}