()
| 259 | |
| 260 | export default { |
| 261 | async init() { |
| 262 | await refreshState({ notifyExpiry: false }); |
| 263 | }, |
| 264 | onChange(listener) { |
| 265 | listeners.add(listener); |
| 266 | return () => listeners.delete(listener); |
nothing calls this directly
no test coverage detected