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