MonoWebView constructor
const
MonoWebView({})
Implementation
const MonoWebView(
{Key? key,
required this.apiKey,
this.error,
this.onEvent,
this.onSuccess,
this.onClosed,
this.onLoad,
this.reference,
this.config,
this.reAuthCode = ''})
: super(key: key);