updateLine method

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

Implementation

Future<void> updateLine(Line line, LineOptions changes) async {
  throw UnimplementedError('updateLine() has not been implemented.');
}