selectAll method

void selectAll()

Implementation

void selectAll() {
  _delegate.selectAll();
}