Skip to main content

DataStoreProvider

Types conforming to this protocol automatically exposes public dataStore variable.

public protocol DataStoreProvider 

Default Implementations

dataStore

DataStore provide access to all locally available model objects based on their id.

public var dataStore: DataStore 

Requirements

client

var client: ChatClient 

Did you find this page helpful?