createPlatformJavaScriptReplyProxy method

  1. @override
AndroidJavaScriptReplyProxy createPlatformJavaScriptReplyProxy(
  1. 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);
}