| commit | 4d5a78b4c0705ac520b6737bc89891b7e45b5ee5 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Tue Nov 10 15:03:19 2020 -0800 |
| committer | GitHub <noreply@github.com> | Tue Nov 10 15:03:19 2020 -0800 |
| tree | d46b9c51f3e12503fc4907171491b2a06008566c | |
| parent | 613c651c3753c57ad9f9adf82c3d5c421f76261e [diff] |
Use SDK version of BytesBuilder (dart-lang/web_socket_channel#130) The `BytesBuilder` class was previously available only through `dart:io` which prevented it's use in cross platform code. Dart version `2.10.0` makes this class available from either `dart:io` or `dart:typed_data`. Delete this copy to reduce the amount of code that needs to be migrated to null safety.