allowsCellularAccess property

bool get allowsCellularAccess

Implementation

bool get allowsCellularAccess {
  return _lib._objc_msgSend_12(_id, _lib._sel_allowsCellularAccess1);
}
set allowsCellularAccess (bool value)

Implementation

set allowsCellularAccess(bool value) {
  return _lib._objc_msgSend_526(
      _id, _lib._sel_setAllowsCellularAccess_1, value);
}