connect method

Future<void> connect()

Implementation

Future<void> connect() {
  return api.connectSensor(guid);
}