User Storage
interface UserStorage
A type representing storage
Already registered users will be kept in it between app launches.
Methods of this interface must not be called outside of the SDK, as they are intended for internal use only.
Note that this interface does not provide any data encryption. Developers must ensure data is encrypted as needed.
By default, this SDK uses a concrete implementation of this interface RoomUserStorage.