PlatformJavaScriptReplyProxyCreationParams constructor
- required PlatformWebMessageListener webMessageListener,
Used by the platform implementation to create a new PlatformJavaScriptReplyProxy.
Implementation
const PlatformJavaScriptReplyProxyCreationParams({
required this.webMessageListener,
});