setCookie method

void setCookie(
  1. String value
)

Implementation

void setCookie(String value) => _header['Cookie'] = value;