removeAllCookies static method

void removeAllCookies()

Removes all in this Session created Cookies.

Implementation

static void removeAllCookies() => _storage.reset();