getBaseUrl static method

String? getBaseUrl()

Implementation

static String? getBaseUrl() {
  return dio?.options.baseUrl;
}