onExecutionContextsCleared property

Stream<void> onExecutionContextsCleared

Issued when all executionContexts were cleared in browser

Implementation

Stream<void> get onExecutionContextsCleared => _client.onEvent
    .where((event) => event.name == 'Runtime.executionContextsCleared');