getAndDecryptMainAttachment method

Future<Uint8List> getAndDecryptMainAttachment(
  1. Document document
)

Implementation

Future<Uint8List> getAndDecryptMainAttachment(Document document) async {
	return await CardinalSdkPlatformInterface.instance.apis.document.getAndDecryptMainAttachment(
		_sdkId,
		document,
	);
}