getTags 方法

Future<List> getTags()

实现

Future<List<dynamic>> getTags() =>
    promiseToFuture<List<dynamic>>(JS("", "#.getTags()", this));