PlatformJavaScriptReplyProxyCreationParams constructor

const PlatformJavaScriptReplyProxyCreationParams({
  1. required PlatformWebMessageListener webMessageListener,
})

Used by the platform implementation to create a new PlatformJavaScriptReplyProxy.

Implementation

const PlatformJavaScriptReplyProxyCreationParams(
    {required this.webMessageListener});