commentsPermisisons method

void commentsPermisisons(
  1. int value
)

specific permissions levels needed for comments

Implementation

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