Web3AuthOptions constructor

Web3AuthOptions({
  1. required String clientId,
  2. required Network network,
  3. Uri? redirectUrl,
  4. WhiteLabelData? whiteLabel,
  5. HashMap<String, LoginConfigItem>? loginConfig,
})

Implementation

Web3AuthOptions({
  required this.clientId,
  required this.network,
  this.redirectUrl,
  this.whiteLabel,
  this.loginConfig,
});