-
-
Save Nash0x7E2/d6c01b5a968aca0e28e72db93ee749ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Can you help me in understanding how to pass the stream and mux api's?