allowsConstrainedNetworkAccess property

bool get allowsConstrainedNetworkAccess

Implementation

bool get allowsConstrainedNetworkAccess {
  return _lib._objc_msgSend_12(
      _id, _lib._sel_allowsConstrainedNetworkAccess1);
}
set allowsConstrainedNetworkAccess (bool value)

Implementation

set allowsConstrainedNetworkAccess(bool value) {
  return _lib._objc_msgSend_526(
      _id, _lib._sel_setAllowsConstrainedNetworkAccess_1, value);
}