addLines method

Future<List<Line>> addLines(
  1. List<LineOptions> options, [
  2. List<Map>? data
])

Implementation

Future<List<Line>> addLines(List<LineOptions> options,
    [List<Map>? data]) async {
  throw UnimplementedError('addLines() has not been implemented.');
}