SuperchargeConfig constructor

SuperchargeConfig({
  1. required String anonKey,
  2. required String userId,
  3. SuperchargeConfigOptions? options,
})

Implementation

SuperchargeConfig({
  required this.anonKey,
  required this.userId,
  this.options,
});