SnapshotCallback typedef

SnapshotCallback = void Function(SnapshotEvent event)

A callback that is called when a snapshot is taken.

Implementation

typedef SnapshotCallback = void Function(SnapshotEvent event);