removeCookie abstract method

void removeCookie(
  1. String name
)

Removes the cookie.

Implementation

void removeCookie(String name);