https://developers.google.com/apps-script/reference/base/ui#showModalDialog(Object,String)
The current documentation shows that UiInstance.close() is deprecated. However, it doesn't explain how to close the dialog going forward. Is it no longer possible to close a modal from the server side?
This question is not referring to prompts but modals being opened using showModalDialog.