Factory

interface Factory

Functions

Link copied to clipboard
abstract fun get(): DeviceState

Custom getter implementation on how DeviceState is derived.

Link copied to clipboard
abstract fun stream(): Flow<DeviceState>

Custom stream implementation on how DeviceState value change is derived.