getPagesWidth method

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

Gets the width of all pages in the document.

Implementation

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