init static method

dynamic init(
  1. String baseUrl
)

Implementation

static init(String baseUrl){
  HttpManager.baseUrl = baseUrl;
}