onChanged property
EventStream<void>
get
onChanged
Fired when recently closed tabs and/or windows are changed. This event does not monitor synced sessions changes.
Implementation
EventStream<void> get onChanged =>
$js.chrome.sessions.onChanged.asStream(($c) => () {
return $c(null);
}.toJS);