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