## Overview Let's add the ability to control the phone's flashlight (torch). ## Tactics - Add new `Action` case for `toggleFlashlight` - Use updated `ControlKit` package in `PhoneView` ```swift Control.Flashlight.toggle() ``` - See PR https://github.com/superturboryan/ControlKit/pull/8