• Store a single setting in local storage

    Parameters

    • k: string

      the key of the setting to store

    • value: any

      the value of the setting to store

    Returns void