removeLineAt method

void removeLineAt(
  1. int idx
)

Implementation

void removeLineAt(int idx) {
  lines.removeAt(idx);
}