Skip to content

# Table of Contents

Table of Contents

IPersistantStorage

Interface for persistant storage

SetItem

Parameters

  • key string The key to store the value under
  • value string The value to store

Returns void

GetItem

Parameters

  • key string The key to retrieve the value from

Returns string The value to stored

RemoveItem

Parameters

  • key string The key the value is stored under

Returns void