platform/lib
Todd Volkert e3c291d913 Prepare for upcoming change to File.openRead()
An upcoming change to the Dart SDK will change the signature
of `File.openRead()` from returning `Stream<List<int>>` to
returning `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

https://github.com/dart-lang/sdk/issues/36900
2019-06-25 13:12:54 -07:00
..
src Prepare for upcoming change to File.openRead() 2019-06-25 13:12:54 -07:00
angel_static.dart waiting on angel_test 2017-09-23 17:57:54 -04:00