Close the web view window.
@override Future<void> close() async { if (_closed) { return; } await channel.invokeMethod("close", {"viewId": viewId}); }