getBaseUrl static method

String getBaseUrl(
  1. String env
)

Implementation

static String getBaseUrl(String env) =>
    SdkConfig.fromEnvironment(env).baseUrl;