registerProtocolHandler method

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

Implementation

void registerProtocolHandler(String scheme, String url, String title) {
  // Ignore
}