WebviewScreen constructor
WebviewScreen({
- Key? key,
- required HttpProvider providerData,
- required String sessionId,
- required String context,
- required String privateKey,
- required String appId,
- required Map<
String, String> parameters, - required ComputeProofForWitnessCallback? computeProof,
- bool? debug = false,
- bool autoSubmit = false,
- bool showManualVerification = false,
Implementation
WebviewScreen(
{super.key,
required this.providerData,
required this.sessionId,
required this.context,
required this.privateKey,
required this.appId,
required this.parameters,
required this.computeProof,
this.debug = false,
this.autoSubmit = false,
this.showManualVerification = false});