registerOnShown method

void registerOnShown(
  1. Function onShown
)

Fired when the pop-up is shown.

Implementation

void registerOnShown(Function onShown) {
  Hints._cm!.callMethod('on', [toProxy(), 'shown', onShown]);
}