WearLocalDataStore
class WearLocalDataStore<T>(wearDataLayerRegistry: WearDataLayerRegistry, started: SharingStarted = SharingStarted.Eagerly, coroutineScope: CoroutineScope, serializer: Serializer<T>, path: String) : DataStore<T>
Constructors
Link copied to clipboard
constructor(wearDataLayerRegistry: WearDataLayerRegistry, started: SharingStarted = SharingStarted.Eagerly, coroutineScope: CoroutineScope, serializer: Serializer<T>, path: String)