getAnnotationProperties abstract method

Future<AnnotationProperties?> getAnnotationProperties(
  1. int pageIndex,
  2. String annotationId
)

Returns the typed properties of the annotation at pageIndex with annotationId, or null if not found.

Implementation

Future<AnnotationProperties?> getAnnotationProperties(
  int pageIndex,
  String annotationId,
);