getSensors method

Future<List<SensorInfo?>> getSensors()

Implementation

Future<List<SensorInfo?>> getSensors() async {
  return _api.getSensors(_guid);
}