Data SourcesReferenceLocalStoragedestroydestroy Method Destroys the reference to the instance and frees any associated resources API destroy(): void; Example import {localStorage} from '@bitfiber/rx'; const ls = localStorage(); ls.destroy();observelocalStoragePart