Enable and fix strict-raw-types checks (dart-lang/stream_transform#78)
Most changes are in tests where we implicitly were using `<dynamic>` but
only ever passing a single type. Add specific types and clean up the few
cases where a different type from the norm was used. Extract utilities
for constructing both types of stream to do the tests in a loop, since
it's not using function literals anymore it can be a generic function.
In `lib/` add a few `<void>` type arguments for things like "trigger"
streams since we were never reading the value.
24 files changed
tree: 9c71d3cb551ca46b84859741fca8352cae6eacb2
- pkgs/