getAndTryDecryptMainAttachment method

Future<Uint8List?> getAndTryDecryptMainAttachment(
  1. Document document
)

Implementation

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