unregisterProtocolHandler method
The Navigator method unregisterProtocolHandler() removes a
protocol handler for a given URL scheme.
This method is the inverse of registerProtocolHandler().
Implementation
external void unregisterProtocolHandler(
String scheme,
String url,
);