restore

fun restore(supportFragmentManager: FragmentManager, webViewCallback: WebViewCallback)

Function responsible for restoring the WebViewCallback callback after a process death occurred.

If the WebView.Sheet was open during process death, system will automatically open it again after user comes back to the app. In this case you need to call this method to restore the callback and receive web view status.