String isProtocolHandlerRegistered(
String scheme,
String url
)

Not documented.

Source

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