JsEventMapperService constructor
JsEventMapperService({
- MacWebViewBrowser? inAppBrowser,
- required Socket socketInfo,
- required BuildContext context,
Implementation
JsEventMapperService({
this.inAppBrowser,
required this.socketInfo,
required this.context,
});