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