isOpened method
Returns true if the InAppBrowser instance is opened, otherwise false.
Implementation
bool isOpened() {
return this._isOpened;
}
Returns true if the InAppBrowser instance is opened, otherwise false.
bool isOpened() {
return this._isOpened;
}