onExtensionEvent property
A broadcast stream that emits custom events posted using postEvent
from
dart:developer
.
This is supported as of VM service version 3.1, or Dart SDK version 1.14.
Implementation
Stream<VMExtensionEvent> get onExtensionEvent => _onExtensionEvent;