eraseLineLeftSelective method

  1. @override
void eraseLineLeftSelective()
override

Implementation

@override
void eraseLineLeftSelective() {
  _buffer.eraseLineToCursor(respectProtected: true);
}