onReplay method

  1. @protected
Future<void> onReplay(
  1. Event event
)
inherited

Called for each event during replay Override to perform custom replay logic

Implementation

@protected
Future<void> onReplay(Event event) async {}