undeleteForm method

Future<Form> undeleteForm(
  1. Form form
)

Implementation

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