selectAll method

void selectAll({
  1. bool onlySelectable = true,
})

Implementation

void selectAll({bool onlySelectable = true}) {
  _core.commands.writeSelectionSelectAll(onlySelectable: onlySelectable);
}