redact method

void redact(
  1. int value
)

set level to redact user content

Implementation

void redact(int value) {
  final tmp1 = value;
  var tmp0 = 0;
  var tmp2 = 0;
  tmp0 = _box.borrow();
  tmp2 = tmp1;
  _api._appPermissionsBuilderRedact(tmp0, tmp2);
  return;
}