shareWith method
Implementation
Future<EncryptedForm> shareWith(String delegateId, EncryptedForm form, { FormShareOptions? options }) async {
return await CardinalSdkPlatformInterface.instance.apis.form.encrypted.shareWith(
_sdkId,
delegateId,
form,
options,
);
}