class EnvironmentConfig { | |
static const String streamAPIKey = String.fromEnvironment("stream-api"); | |
static const String muxApi = String.fromEnvironment("mux-api"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment