getPage method
Gets the image bytes of the specified page from the document at the specified width and height.
Implementation
Future<Uint8List?> getPage(
int pageNumber, int width, int height, String documentID) async {
throw UnimplementedError('getPage() has not been implemented.');
}