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