updateLine method

  1. @override
Future<void> updateLine(
  1. Line line,
  2. LineOptions changes
)
override

Implementation

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