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