removeLines abstract method

Future<void> removeLines(
  1. Iterable<Line> lines
)

Implementation

Future<void> removeLines(Iterable<Line> lines);