Dart Console Application Not Printing Input Value
I am trying to read a string input from the console in a Dart application and print it. However, after entering the input, the output does not appear in the console. Here is my code:
I am trying to read a string input from the console in a Dart application and print it. However, after entering the input, the output does not appear in the console. Here is my code: