getAnnotationsJson abstract method

Future<String> getAnnotationsJson(
  1. int pageIndex,
  2. String type
)

Returns a JSON string of all annotations on pageIndex matching type.

type is one of the Pigeon AnnotationType string values (e.g. "all", "highlight", "ink").

Implementation

Future<String> getAnnotationsJson(int pageIndex, String type);