initialize method

void initialize(
  1. String baseUrl
)

Implementation

void initialize(String baseUrl) {
  _instance._defaultBaseUrl = baseUrl;
}