As per the TODO in LocalStorage.ts: ``` // TODO(@Isha) add error handling here public static get(key: string, saveEncoder: IgtSaveEncoder): Record<string, unknown> { ```
As per the TODO in LocalStorage.ts: