setBasePath method

void setBasePath(
  1. String? basePath
)

Optional basePath If you not set base path it will suppose you enter complete url in post & download function parameter

Implementation

void setBasePath(String? basePath) {
  _basePath = basePath;
}