getAnnotationsJson abstract method
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);