| commit | 83e552b13deb0fcc8b06f36f38147a3a1200812a | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Thu May 24 11:12:09 2018 -0700 |
| committer | GitHub <noreply@github.com> | Thu May 24 11:12:09 2018 -0700 |
| tree | d3438a94f24af484536c8717064ce3266ad2a5f9 | |
| parent | 9d17768f15b60d0a49254ddb9720ec7666682c3f [diff] |
Explicitly handle null callback for tap (dart-lang/stream_transform#45) This does not change visible behavior since a null callback would have previously been an ignored exception. Rename the argument to `onValue` for consistency and expand the doc comment.