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