nextLine method

Future<Void?> nextLine(
  1. int line
)

Implementation

Future<Void?> nextLine(int line) {
  throw UnimplementedError('nextLine() has not been implemented.');
}