Name Description Size
SessionObserverHelper.kt A facade to simplify the process of observing [Session]s and sending their information to a [SessionRepo]. Whenever [Session]s are added or removed, this adds/removes a session observer. Whenever [Session]s change, this prompts the [SessionRepo] to update. 2163
SessionRepo.kt Repository that is responsible for storing state related to the browser. 5791