close method
override
Closes the WebView window.
This method is called to close the WebView window after the authorization process is complete.
Implementation
@override
void close() {
_webview?.close();
}
Closes the WebView window.
This method is called to close the WebView window after the authorization process is complete.
@override
void close() {
_webview?.close();
}