updateLine method
Implementation
@override
Future<void> updateLine(Line line, LineOptions changes) {
return _controller.updateLine(line, changes);
}
@override
Future<void> updateLine(Line line, LineOptions changes) {
return _controller.updateLine(line, changes);
}