undeleteHealthElementById method

Future<EncryptedHealthElement> undeleteHealthElementById(
  1. String id,
  2. String rev
)

Implementation

Future<EncryptedHealthElement> undeleteHealthElementById(String id, String rev) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElementBasic.undeleteHealthElementById(
		_sdkId,
		id,
		rev,
	);
}