removeLines method

Future<void> removeLines(
  1. Iterable<String> ids
)

Implementation

Future<void> removeLines(Iterable<String> ids) async {
  throw UnimplementedError('removeLines() has not been implemented.');
}