Appearance
Function: releaseSession()
ts
function releaseSession(sessionId: string): void;Defined in: src/UI/state/index.ts:213
Decrement the ref count. Deletes the stores when it hits 0.
Parameters
| Parameter | Type |
|---|---|
sessionId | string |
Returns
void