FeaturesConfig constructor

FeaturesConfig({
  1. bool email = true,
  2. List<AppKitSocialOption> socials = const [],
  3. bool showMainWallets = true,
})

Implementation

FeaturesConfig({
  this.email = true,
  this.socials = const [],
  this.showMainWallets = true,
});