processEventChannel property

  1. @visibleForTesting
EventChannel processEventChannel
final

The event channel for process events.

Implementation

@visibleForTesting
final processEventChannel = const EventChannel(
  'event_tracing_windows/process_events',
);