import Session from '@eastsideco/escshopify/src/plugins/easycurrency/Session.js'Session
Methods for persisting the state into the current session.
Method Summary
| Public Methods | ||
| public |
getCurrency(): undefined | String Retrieves the active currency from session. |
|
| public |
saveCurrency(value: null | String) Records the active currency in the session. |
|