getTags method

Future<List<String>> getTags ()

Implementation

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