-
Todd Volkert authored
An upcoming change in the Dart SDK changes `Socket` from implementing `Stream<List<int>>` to implementing `Stream<Uint8List>`. This forwards-compatible change in flutter_tools prepares for that Dart SDK change. https://github.com/dart-lang/sdk/issues/36900