Data SourcesReferenceLocalStoragePartgetget Method Retrieves the current value @returns T API get(): T; Example import {localStoragePart} from '@bitfiber/rx'; const lsPart = localStoragePart('key'); const value = lsPart.get();$set