clearCookies method
Clears cookies for a domain
Implementation
void clearCookies(String domain) {
_prefs?.remove(_cookieKeyPrefix + domain);
}
Clears cookies for a domain
void clearCookies(String domain) {
_prefs?.remove(_cookieKeyPrefix + domain);
}