active method

void active(
  1. bool active
)

Implementation

void active(bool active) {
  final tmp1 = active;
  var tmp0 = 0;
  var tmp2 = 0;
  tmp0 = _box.borrow();
  tmp2 = tmp1 ? 1 : 0;
  _api._simpleOnOffSettingBuilderActive(tmp0, tmp2);
  return;
}