undeleteContactById method
Implementation
Future<DecryptedContact> undeleteContactById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.contact.undeleteContactById(
_sdkId,
id,
rev,
);
}
Future<DecryptedContact> undeleteContactById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.contact.undeleteContactById(
_sdkId,
id,
rev,
);
}