onShown property

EventStream<void> get onShown

Fired when the view is shown.

Implementation

EventStream<void> get onShown => _wrapped.onShown.asStream(($c) => () {
      return $c(null);
    }.toJS);