failToDevice property

void failToDevice=(bool fail)

Implementation

static set failToDevice(bool fail) {
  currentApi?._failToDevice = fail;
}