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