menu
Dart
dart:html
Navigator
registerProtocolHandler method
registerProtocolHandler
brightness_4
brightness_5
description
registerProtocolHandler
method
@Unstable()
void
registerProtocolHandler
(
String
scheme
,
String
url
,
String
title
)
Implementation
@Unstable() void registerProtocolHandler(String scheme, String url, String title) native;
Dart
dart:html
Navigator
registerProtocolHandler method
Navigator class