getAll method

Implementation

Future<Iterable<ContentDescription>> getAll() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'getAll', []));