BufferedKeys.fromStream constructor
Creates a new buffered keys instance from the provided input
stream.
The class will listen to the stream and update the buffer as events are received.
Implementation
factory BufferedKeys.fromStream(Stream<List<int>> input) = _AsyncBufferedKeys;