@gphone/sdk
    Preparing search index...

    Function registerPersistedReset

    • Internal, for usePersisted. Not something an app has a reason to call.

      Stores are never disposed — they live in module scope for the life of the page — so there is nothing to unregister and no leak in keeping them.

      Parameters

      • appId: string
      • reset: () => void

      Returns void