close method

  1. @override
void close()
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();
}