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