remove Method
Removes the current value
API
remove(): void;Example
import {sessionStoragePart} from '@bitfiber/rx';
const ssPart = sessionStoragePart('key');
ssPart.remove();Last updated on
Removes the current value
remove(): void;import {sessionStoragePart} from '@bitfiber/rx';
const ssPart = sessionStoragePart('key');
ssPart.remove();