using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace InABox.Avalonia.Platform.Barcodes; public enum CameraFacing { Back = 0, Front = 1 }