getNotifEventsUrl static method

String getNotifEventsUrl(
  1. String env
)

Implementation

static String getNotifEventsUrl(String env) =>
    SdkConfig.fromEnvironment(env).notifEventsUrl;