commit | 5fa9c9b66fb7f1ccdb61353826b30cbc609766d7 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch1@gmail.com> | Mon Apr 13 13:31:17 2020 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 13 13:31:17 2020 -0700 |
tree | c101cdeceaaf1bddf595d38c3d50ce20b1234b57 | |
parent | 7f7a57da3093cf501d2bd3a05fca10aa4ac44e6b [diff] |
Loosen argument type in callback (dart-lang/stack_trace#65) The type was technically changed when refactoring to function type syntax, restore the `dynamic` but make it explicit. This surfaces as a static problem in the null safety branch. Fix it on the master branch as well for consistency.