get Sensor Models
abstract suspend fun getSensorModels(updateProgress: suspend (progress: Progress) -> Unit = {}): Map<Channel, SensorModel>
Get models of sensors installed on the device.
Parameters
update Progress
Progress of the operation