undeleteForm method

Future<EncryptedForm> undeleteForm(
  1. Form form
)

Implementation

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