undeleteContact method

Future<EncryptedContact> undeleteContact(
  1. Contact contact
)

Implementation

Future<EncryptedContact> undeleteContact(Contact contact) async {
	return await CardinalSdkPlatformInterface.instance.apis.contactBasic.undeleteContact(
		_sdkId,
		contact,
	);
}