RouterRequest
extension RouterRequest
Extension of the RouterRequest
class that provides access to the session’s state
that is stored in a SessionState
object.
-
The session’s state that is stored in a
SessionState
object.Declaration
Swift
public internal(set) var session: SessionState? { get set }