Skip to content

Instantly share code, notes, and snippets.

@Nash0x7E2
Created December 24, 2020 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nash0x7E2/d6c01b5a968aca0e28e72db93ee749ff to your computer and use it in GitHub Desktop.
Save Nash0x7E2/d6c01b5a968aca0e28e72db93ee749ff to your computer and use it in GitHub Desktop.
class EnvironmentConfig {
static const String streamAPIKey = String.fromEnvironment("stream-api");
static const String muxApi = String.fromEnvironment("mux-api");
}
@vineet140502
Copy link

Can you help me in understanding how to pass the stream and mux api's?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment