onExit method

  1. @override
void onExit()

Event fired when the InAppBrowser window is closed.

Implementation

@override
void onExit() {
  if (!haveCallBacksBeenCalled) {
    callBack.onCancelled();
  }
}