method SessionService.prototype.close
SessionService.prototype.close(): Promise<void>

Releases store resources; called from the plugin's onClose.

Return Type

Promise<void>

Usage

import { SessionService } from "session-plugin/src/index.ts";