handleExtensionEvent method

  1. @protected
  2. @mustCallSuper
Future<void> handleExtensionEvent(
  1. Event event
)

Implementation

@protected
@mustCallSuper
Future<void> handleExtensionEvent(vm.Event event) async {
  await debuggerInitialized;

  // Base Dart does not do anything here, but other DAs (like Flutter) may
  // override it to do their own handling.
}