| commit | db09351495a71df5445a627a8b01bd3af23f8073 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Wed Mar 27 17:26:19 2019 -0700 |
| committer | GitHub <noreply@github.com> | Wed Mar 27 17:26:19 2019 -0700 |
| tree | 28718adcdeaa01f80556626c2df667f922d41379 | |
| parent | c3babdc1bac5cabeda1d41b48fda4840d7a84d3d [diff] |
Move isolate_channel to it's own import (dart-lang/stream_channel#39) Closes dart-lang/stream_channel#36 This allows the default import to work without triggering any warnings on the web due to transitively importing `dart:isolate`. This is required to allow restricting imports based on platform.