postEvent should be a no-op if the event stream has no listeners. #48860
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
customer-flutter
See also flutter/flutter#102197
Today,
developer.postEvent
does json encoding even in product mode. It then makes a native call which eventually checks whether the extension_stream is enabled and bails out early there.It would be good to:
dart:developer
The text was updated successfully, but these errors were encountered: