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