createPlatformJavaScriptReplyProxy method
AndroidJavaScriptReplyProxy
createPlatformJavaScriptReplyProxy(
- PlatformJavaScriptReplyProxyCreationParams params
Creates a new AndroidJavaScriptReplyProxy.
This function should only be called by the app-facing package.
Look at using JavaScriptReplyProxy in flutter_inappwebview instead.
Implementation
@override
AndroidJavaScriptReplyProxy createPlatformJavaScriptReplyProxy(
PlatformJavaScriptReplyProxyCreationParams params,
) {
return AndroidJavaScriptReplyProxy(params);
}