SuperchargeConfig constructor
SuperchargeConfig({
- required String anonKey,
- required String userId,
- SuperchargeConfigOptions? options,
Implementation
SuperchargeConfig({
required this.anonKey,
required this.userId,
this.options,
});