FeaturesConfig constructor
FeaturesConfig({
- @Deprecated('Please use AppKitSocialOption.Email in `socials` list to enable Email Login') bool email = true,
- List<
AppKitSocialOption> socials = const [], - bool showMainWallets = true,
Implementation
FeaturesConfig({
@Deprecated(
'Please use AppKitSocialOption.Email in `socials` list to enable Email Login',
)
this.email = true,
this.socials = const [],
this.showMainWallets = true,
});