deleteAccessLogById method
Implementation
Future<DocIdentifier> deleteAccessLogById(String entityId, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.accessLog.deleteAccessLogById(
_sdkId,
entityId,
rev,
);
}
Future<DocIdentifier> deleteAccessLogById(String entityId, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.accessLog.deleteAccessLogById(
_sdkId,
entityId,
rev,
);
}