Is your feature request related to a problem? Please describe.
In some cases, I want to restore flags from the LocalStorage without fetching the flags from the internet.
It would be great if there's such an option.
I want to update the flags only when a user logs in to my service,
and I need to show another tab to show my application for the user, but I don't want LD to refetch the flags, but want it to use the flags in the LocalStorage.
So it would be great if there's an init option using LocalStorage without fetching flags.
Thanks,