registerOnClose method

void registerOnClose(
  1. Function onShown
)

Fired when the completion is finished.

Implementation

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