otherModels property

List<Listenable> get otherModels

A list of other listenable models to subscribe to.

Implementation

List<Listenable> get otherModels => [
  models.rover.metrics.drive,
  models.rover.status,
  models.sockets.data.connectionStrength,
  models.sockets.video.connectionStrength,
  models.sockets.autonomy.connectionStrength,
];