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