Shared broadcast stream for stdin to allow multiple listeners and restarts.
Stream<List<int>> get sharedStdinStream => _sharedStdin.stream;