getPagesHeight method

Future<List?> getPagesHeight(
  1. String documentID
)

Gets the height of all pages in the document.

Implementation

Future<List?> getPagesHeight(String documentID) async {
  throw UnimplementedError('getPagesHeight() has not been implemented.');
}