Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for Socket implements Stream<Uint8List> (flutter#35646)
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. dart-lang/sdk#36900
- Loading branch information