getAnnotations abstract method
Returns a list of JSON dictionaries for all the annotations of the given type
on the given pageIndex
.
Implementation
@Deprecated('Use [PdfDocument.getAnnotations] instead.')
Future<dynamic> getAnnotations(int pageIndex, String type);