cut method

void cut({
  1. PosCutMode mode = PosCutMode.full,
})

Implementation

void cut({PosCutMode mode = PosCutMode.full}) {
  _socket.add(_generator.cut(mode: mode));
}