validate method
Implementation
Future<EncryptedInvoice> validate(String invoiceId, String scheme, String forcedValue) async {
	return await CardinalSdkPlatformInterface.instance.apis.invoice.encrypted.validate(
		_sdkId,
		invoiceId,
		scheme,
		forcedValue,
	);
}