getImage method
Gets the image's bytes information of the specified page.
Implementation
Future<Uint8List?> getImage(
int pageNumber, double scale, String documentID) async {
throw UnimplementedError('getImage() has not been implemented.');
}