Add explicit casts for virtual channel IDs (#875)
The latest version of `stream_channel` made the type explicit on the method signature whereas before it was implicit with an `as` cast inside the method. Most clients wouldn't be impacted is but this package is because of it's use of `implicit-casts: false`.
Showing
- lib/src/runner/plugin/platform_helpers.dart 1 addition, 1 deletionlib/src/runner/plugin/platform_helpers.dart
- lib/src/runner/remote_listener.dart 2 additions, 2 deletionslib/src/runner/remote_listener.dart
- lib/src/runner/runner_test.dart 1 addition, 1 deletionlib/src/runner/runner_test.dart
- tool/host.dart 2 additions, 1 deletiontool/host.dart
Please register or sign in to comment