getAll method

Implementation

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