JsEventMapperService constructor

JsEventMapperService({
  1. MacWebViewBrowser? inAppBrowser,
  2. required Socket socketInfo,
  3. required BuildContext context,
})

Implementation

JsEventMapperService({
  this.inAppBrowser,
  required this.socketInfo,
  required this.context,
});