getAnnotations abstract method

Future<List<Annotation>> getAnnotations(
  1. int pageIndex,
  2. AnnotationType type
)

Internal method to remove an annotation using JSON string Returns a list of JSON dictionaries for all the annotations of the given type on the given pageIndex.

Implementation

/// Returns a list of JSON dictionaries for all the annotations of the given `type` on the given `pageIndex`.
Future<List<Annotation>> getAnnotations(int pageIndex, AnnotationType type);