undeleteAccessLogById method
Implementation
Future<EncryptedAccessLog> undeleteAccessLogById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.accessLogBasic.undeleteAccessLogById(
_sdkId,
id,
rev,
);
}
Future<EncryptedAccessLog> undeleteAccessLogById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.accessLogBasic.undeleteAccessLogById(
_sdkId,
id,
rev,
);
}