AndroidJavaScriptReplyProxyCreationParams constructor

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

Implementation

const AndroidJavaScriptReplyProxyCreationParams(
    {required super.webMessageListener});