FeaturesConfig constructor
FeaturesConfig({
- bool email = true,
- List<
AppKitSocialOption> socials = const [], - bool showMainWallets = true,
Implementation
FeaturesConfig({
this.email = true,
this.socials = const [],
this.showMainWallets = true,
});