snapshotsInSync method

Stream<void> snapshotsInSync()

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

Implementation

Stream<void> snapshotsInSync() {
  throw UnimplementedError('snapshotsInSync() is not implemented');
}