menu
neomage package
documentation
core/platform/neomage_io_stub.dart
Stdin
readLineSync method
readLineSync method
dark_mode
light_mode
readLineSync
method
String
?
readLineSync
(
{
Encoding
encoding
=
utf8
,
bool
retainNewlines
=
false
,
})
Implementation
String? readLineSync({ Encoding encoding = utf8, bool retainNewlines = false, }) => null;
neomage package
documentation
core/platform/neomage_io_stub
Stdin
readLineSync method
Stdin class