Dart
dart:html
SyncManager
register method
description
register method
Future
register
(
String
tag
)
Implementation
Future register(
String
tag) => promiseToFuture(JS(
""
,
"#.register(#)"
,
this
, tag));