undeleteForm method
Implementation
Future<DecryptedForm> undeleteForm(Form form) async {
return await CardinalSdkPlatformInterface.instance.apis.form.undeleteForm(
_sdkId,
form,
);
}
Future<DecryptedForm> undeleteForm(Form form) async {
return await CardinalSdkPlatformInterface.instance.apis.form.undeleteForm(
_sdkId,
form,
);
}