Open
Description
We must pass onDone
and onError
arguments when listening to service event streams in tests, otherwise those tests will pass silently when the testee crashes.
See the changes to pkg/dds/test/cpu_sample_streaming_test.dart
in https://dart-review.googlesource.com/c/sdk/+/426300 for an example.