void unregisterProtocolHandler(
String scheme,
String url
)

Not documented.

Source

@DomName('Navigator.unregisterProtocolHandler')
@DocsEditable()
@Experimental() // untriaged
void unregisterProtocolHandler(String scheme, String url) => _blink.BlinkNavigator.instance.unregisterProtocolHandler_Callback_2_(unwrap_jso(this), scheme, url);