static bool remove( String name, { String? path, String? domain, bool? secure, }) => cookie.remove(name, path: path, domain: domain, secure: secure);