getSnowplowUrl static method

String getSnowplowUrl(
  1. String env
)

Implementation

static String getSnowplowUrl(String env) =>
    SdkConfig.fromEnvironment(env).snowplowUrl;