readLineFromConsole method

String readLineFromConsole()

Implementation

String readLineFromConsole() => io.stdin.readLineSync() ?? '';