UniPassConfig constructor
UniPassConfig({
- required String nodeRPC,
- required ChainType chainType,
- required Environment env,
- required String domain,
- required String protocol,
- required AppSetting appSetting,
- bool? returnEmail,
- ConnectType? connectType,
- required bool authorize,
Implementation
UniPassConfig({
required this.nodeRPC,
required this.chainType,
required this.env,
required this.domain,
required this.protocol,
required this.appSetting,
this.returnEmail,
this.connectType,
required this.authorize,
});