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