getCheckoutUrl static method

Map<String, String> getCheckoutUrl(
  1. String env
)

Implementation

static Map<String, String> getCheckoutUrl(String env) =>
    SdkConfig.fromEnvironment(env).checkoutUrl;