NamiConfiguration constructor
const
NamiConfiguration({
- required String appPlatformIdApple,
- required String appPlatformIdAndroid,
- NamiLogLevel namiLogLevel = NamiLogLevel.warn,
- List<
String> ? extraData,
Implementation
const NamiConfiguration(
{required this.appPlatformIdApple,
required this.appPlatformIdAndroid,
this.namiLogLevel = NamiLogLevel.warn,
this.extraData});