onInputCancelled property

EventStream<void> get onInputCancelled

User has ended the keyword input session without accepting the input.

Implementation

EventStream<void> get onInputCancelled =>
    $js.chrome.omnibox.onInputCancelled.asStream(($c) => () {
          return $c(null);
        }.toJS);