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 to be only for internal usage.
Keep in mind, that this interface doesn't provide any data encryption and developers should take care of this by themselves.
By default this SDK uses a concrete implementation of this interface RoomUserStorage.