sendDeviceDetails method

ZFSurvey sendDeviceDetails(
  1. bool deviceDetails
)

Implementation

ZFSurvey sendDeviceDetails(bool deviceDetails) {
  _survey.sendDeviceDetails(deviceDetails);
  return this;
}