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