deleteAll method

void deleteAll()

Deletes all cookies visible to the current page.

Implementation

void deleteAll() {
  _client.send(_handler.cookies.buildDeleteAllCookiesRequest(),
      _handler.cookies.parseDeleteAllCookiesResponse);
}