Session Service
A service to handle the Get, Update and Clearing of the Session
Create
Task<UmbCheckoutSession> Get();Update
Name
Detail
Task<UmbCheckoutSession> Update(Basket basket);Clear
Task Clear();Last updated
A service to handle the Get, Update and Clearing of the Session
Task<UmbCheckoutSession> Get();Task<UmbCheckoutSession> Update(Basket basket);Task Clear();Last updated