Represents a storage provider for the matrix client
Members
string
|
Promise.<(string|null)>
|
null
# getSyncToken
Gets the last saved sync token, or null if none has been persisted.
string
|
Promise.<(string|null|undefined)>
|
null
|
undefined
# readValue
Reads a previously stored value under the given key. If the
key does not exist, null or undefined is returned.