fromBytes static method

Stream<List<int>> fromBytes(
  1. List<int> bytes
)

Implementation

static Stream<List<int>> fromBytes(List<int> bytes) =>
    Stream.fromIterable([bytes]);