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