MonoWebView constructor
const
MonoWebView({
- Key? key,
- required String apiKey,
- required MonoCustomer customer,
- Widget? error,
- dynamic onEvent(
- MonoEvent event,
- MonoEventData data
- dynamic onSuccess(
- String code
- dynamic onClosed(
- String? code
- dynamic onLoad()?,
- String? paymentUrl,
- String? reference,
- ConnectInstitution? selectedInstitution,
- String reAuthCode = '',
- String scope = "auth",
Implementation
const MonoWebView({
super.key,
required this.apiKey,
required this.customer,
this.error,
this.onEvent,
this.onSuccess,
this.onClosed,
this.onLoad,
this.paymentUrl,
this.reference,
this.selectedInstitution,
this.reAuthCode = '',
this.scope = "auth",
});