onExecutionContextsCleared property
Stream<void>
get
onExecutionContextsCleared
Issued when all executionContexts were cleared in browser
Implementation
Stream<void> get onExecutionContextsCleared => _client.onEvent
.where((event) => event.name == 'Runtime.executionContextsCleared');