destroy Method
Destroys the reference to the instance and frees any associated resources
API
destroy(): void;Example
import {sessionStorage} from '@bitfiber/rx';
const ss = sessionStorage();
ss.destroy();Last updated on
Destroys the reference to the instance and frees any associated resources
destroy(): void;import {sessionStorage} from '@bitfiber/rx';
const ss = sessionStorage();
ss.destroy();