getIds method

Future<List<String>> getIds ()

Implementation

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