InteractionInput.fromStream constructor
Creates an InteractionInput from a byte stream
.
Implementation
factory InteractionInput.fromStream(Stream<List<int>> stream) =>
StreamInput(stream);
Creates an InteractionInput from a byte stream
.
factory InteractionInput.fromStream(Stream<List<int>> stream) =>
StreamInput(stream);