Future<bool> has_cookie( String domain, String cookie, ) async { var Online = await this; return Online.has_cookie( domain, cookie, ); }