UniPassConfig constructor

UniPassConfig({
  1. required String nodeRPC,
  2. required ChainType chainType,
  3. required Environment env,
  4. required String domain,
  5. required String protocol,
  6. required AppSetting appSetting,
  7. bool? returnEmail,
  8. ConnectType? connectType,
  9. 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,
});