commit | 533026d8efb58d8c68bcbc977ee69b4aff091ecd | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch1@gmail.com> | Fri Jun 08 14:59:31 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 08 14:59:31 2018 -0700 |
tree | 1a87cdf92f530463f741a5eb152598f74d7ab317 | |
parent | dbe4ec143efd91a28d76a89f845669adc8ec7095 [diff] |
Allow a type on MultiChannel (dart-lang/stream_channel#26) - Add generic type arguments to the classes and relevant fields. - Explicitly indicate which arguments take a `StreamChannel<dynamic>`. - Update the test for MultiChannel to use a consistent type.