pgs_health_plugin
dart:html
SyncManager
register method
register
pgs_health_plugin
dart:html
SyncManager
register method
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));