onPersistBatch method

  1. @protected
Future<void> onPersistBatch(
  1. List<Event> events
)
inherited

Called after successful batch event persistence Override to perform post-persistence actions for batches

Implementation

@protected
Future<void> onPersistBatch(List<Event> events) async {}