getSchemaVendor static method

String getSchemaVendor(
  1. String env
)

Implementation

static String getSchemaVendor(String env) =>
    SdkConfig.fromEnvironment(env).schemaVendor;