getDocumentDrawingObjectImageData method
Reads image data of a DrawingObject from the document node.
Implementation
Future<ByteData> getDocumentDrawingObjectImageData(
GetDocumentDrawingObjectImageDataRequest request) async {
return await _apiClient.call(request) as ByteData;
}