setErrorTitle static method

XHttp setErrorTitle(
  1. String msg
)

Implementation

static XHttp setErrorTitle(String msg) {
  errorShowTitle = msg;
  return _instance;
}