removeLine method

Future<void> removeLine(
  1. String name
)

Remove a line from the map

Implementation

Future<void> removeLine(String name) => _linesState.removeLine(name);