onSuspendCanceled property
EventStream<void>
get
onSuspendCanceled
Sent after onSuspend to indicate that the app won't be unloaded after all.
Implementation
EventStream<void> get onSuspendCanceled =>
$js.chrome.runtime.onSuspendCanceled.asStream(($c) => () {
return $c(null);
}.toJS);