modifyAccessLog method
Implementation
Future<EncryptedAccessLog> modifyAccessLog(EncryptedAccessLog entity) async {
return await CardinalSdkPlatformInterface.instance.apis.accessLog.encrypted.modifyAccessLog(
_sdkId,
entity,
);
}
Future<EncryptedAccessLog> modifyAccessLog(EncryptedAccessLog entity) async {
return await CardinalSdkPlatformInterface.instance.apis.accessLog.encrypted.modifyAccessLog(
_sdkId,
entity,
);
}