Dart
dart:html
SyncManager
register method
register
SyncManager class
Properties
hashCode
runtimeType
Methods
getTags
register
noSuchMethod
toString
Operators
operator ==
register method
Future
register
(
String
tag
)
Implementation
Future register(String tag) => promiseToFuture(JS("", "#.register(#)", this, tag));