hasCookie method

bool hasCookie(
  1. String name
)

Checks if cookie exists

Implementation

bool hasCookie(String name) => _cookies.has(name);