failToDevice property

set failToDevice (bool fail)

Implementation

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