getSensors method

Future<List<FSensorInfo?>> getSensors()

Implementation

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