public enum CameraFlashMode {
    /// Indicates that the flash should always be on.
    case on
    /// Indicates that the flash should always be off.
    case off