unregisterProtocolHandler method

void unregisterProtocolHandler(
  1. String scheme,
  2. String url
)

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,
);