request static method

WebHtml request(
  1. Function onResponse,
  2. List account,
  3. String tag,
  4. String js,
  5. String url,
)

Returns value plus 1.

Implementation

static WebHtml request(Function onResponse,List account ,String tag ,String js ,String url){
  return WebHtml(onResponse: onResponse, tag: tag, js: js, url: url);
}