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