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