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