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