AnnotationEventHandler constructor

AnnotationEventHandler({
  1. OnAnnoRoleChanged? onAnnoRoleChanged,
  2. OnSnapshotComplete? onSnapshotComplete,
})

Constructs a AnnotationEventHandler

Implementation

AnnotationEventHandler({this.onAnnoRoleChanged, this.onSnapshotComplete});