Callback, called when the provided T items should be persisted.
T
final Future<void> Function(Iterable<T> items, {bool toView})? add;