NamiConfiguration constructor

const NamiConfiguration({
  1. required String appPlatformIDApple,
  2. required String appPlatformIDGoogle,
  3. bool bypassStore = false,
  4. bool developmentMode = false,
  5. bool passiveMode = false,
  6. NamiLogLevel namiLogLevel = NamiLogLevel.warn,
  7. List<String>? extraData,
  8. String? namiLanguageCode,
})

Implementation

const NamiConfiguration({required this.appPlatformIDApple,
  required this.appPlatformIDGoogle,
  this.bypassStore = false,
  this.developmentMode = false,
  this.passiveMode = false,
  this.namiLogLevel = NamiLogLevel.warn,
  this.extraData,
  this.namiLanguageCode
});