registerProtocolHandler method

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

Implementation

void registerProtocolHandler(String scheme, String url) =>
    js_util.callMethod(this, 'registerProtocolHandler', [scheme, url]);