@override Future<List<Line>?> addLines(List<LineOptions> options, [List<Map>? data]) { return _controller.addLines(options, data); }