getAnnotationProperties abstract method
Returns the typed properties of the annotation at pageIndex with
annotationId, or null if not found.
Implementation
Future<AnnotationProperties?> getAnnotationProperties(
int pageIndex,
String annotationId,
);