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