WebviewScreen constructor
const
WebviewScreen({
- Key? key,
- required String appId,
- required String publicKey,
- required String type,
- Map<
String, dynamic> ? userData, - Map<
String, dynamic> ? metaData, - Map<
String, dynamic> ? govData, - Map<
String, dynamic> ? govId, - Map<
String, dynamic> ? config, - int? amount,
- String? referenceId,
- required dynamic success(
- dynamic
- required dynamic error(
- dynamic
- required dynamic close(
- dynamic
Implementation
const WebviewScreen({
Key? key,
required this.appId,
required this.publicKey,
required this.type,
this.userData,
this.metaData,
this.govData,
this.govId,
this.config,
this.amount,
this.referenceId,
required this.success,
required this.error,
required this.close,
}) : super(key: key);