decrypt method

Implementation

Future<DecryptedForm> decrypt(EncryptedForm form) async {
	return await CardinalSdkPlatformInterface.instance.apis.form.decrypt(
		_sdkId,
		form,
	);
}