onSnapshotCreated method

  1. @protected
Future<void> onSnapshotCreated(
  1. dynamic state,
  2. int sequenceNumber
)
inherited

Called when a snapshot is created Override to perform post-snapshot actions

Implementation

@protected
Future<void> onSnapshotCreated(dynamic state, int sequenceNumber) async {}