readAsLinesSync method

List<String> readAsLinesSync()

Implementation

List<String> readAsLinesSync() {
  return _file.readAsLinesSync();
}