method SessionService.prototype.storeHealth
Since 0.2.0
SessionService.prototype.storeHealth(): Promise<boolean | undefined>

Reports store reachability for the health indicator.

Return Type

Promise<boolean | undefined>

true/false from the store's own check, or undefined when there is no store or it exposes no check

Usage

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