disconnect method

Future<void> disconnect()

Implementation

Future<void> disconnect() {
  return api.disconnectSensor(guid);
}