ConfigEnvironment constructor

ConfigEnvironment({
  1. required String appKey,
  2. required String appSecret,
  3. LogLevel? logLevel,
})

Implementation

ConfigEnvironment({required this.appKey, required this.appSecret, this.logLevel});