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