factory EventSource(String url, {bool? withCredentials = false}) { return _EventSource(url, withCredentials: withCredentials); }