onDisplayChanged property

EventStream<void> get onDisplayChanged

Fired when anything changes to the display configuration.

Implementation

EventStream<void> get onDisplayChanged =>
    $js.chrome.system.display.onDisplayChanged.asStream(($c) => () {
          return $c(null);
        });