@override Future<List<Cookie>> getCookie(String url) { return _delegate?.getCookie(url) ?? Future.value([]); }