menu
lualike package
documentation
command/interactive_command.dart
ConsoleOutputDevice
isEOF method
isEOF method
dark_mode
light_mode
isEOF
method
@
override
Future
<
bool
>
isEOF
(
)
Check if we're at the end of the device
Implementation
@override Future<bool> isEOF() async => true;
lualike package
documentation
command/interactive_command
ConsoleOutputDevice
isEOF method
ConsoleOutputDevice class