rawInput property

  1. @override
Stream<List<int>> get rawInput
override

Stream of raw input bytes from the terminal.

Implementation

@override
Stream<List<int>> get rawInput => _rawInputController.stream;