update abstract method

void update(
  1. covariant void updates(
    1. EventSourcedSnapshotBuilder<S, B, E>
    )
)

Implementation

void update(
    covariant void Function(EventSourcedSnapshotBuilder<S, B, E>) updates);