createPlatformCustomPathHandler method

  1. @override
AndroidCustomPathHandler createPlatformCustomPathHandler(
  1. PlatformCustomPathHandlerCreationParams params
)

Creates a new AndroidCustomPathHandler.

This function should only be called by the app-facing package. Look at using CustomPathHandler in flutter_inappwebview instead.

Implementation

@override
AndroidCustomPathHandler createPlatformCustomPathHandler(
  PlatformCustomPathHandlerCreationParams params,
) {
  return AndroidCustomPathHandler(params);
}