createPlatformCustomPathHandler method
AndroidCustomPathHandler
createPlatformCustomPathHandler(
- 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);
}