onExit method
Event fired when the InAppBrowser
window is closed.
Implementation
@override
void onExit() {
if (!haveCallBacksBeenCalled) {
callBack.onCancelled();
}
}
Event fired when the InAppBrowser
window is closed.
@override
void onExit() {
if (!haveCallBacksBeenCalled) {
callBack.onCancelled();
}
}