remove static method

void remove(
  1. String id
)

Removes an existing Cookie with id.

Implementation

static void remove(String id) => _storage.set(id, null);