undeleteForm method

Future<DecryptedForm> undeleteForm(
  1. Form form
)

Implementation

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