shareWith method
Implementation
Future<Invoice> shareWith(String delegateId, Invoice invoice, { InvoiceShareOptions? options }) async {
return await CardinalSdkPlatformInterface.instance.apis.invoice.tryAndRecover.shareWith(
_sdkId,
delegateId,
invoice,
options,
);
}