createPlatformCustomPathHandlerStatic method

PlatformCustomPathHandler createPlatformCustomPathHandlerStatic()

Creates a new empty PlatformCustomPathHandler to access static methods.

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

Implementation

PlatformCustomPathHandler createPlatformCustomPathHandlerStatic() {
  throw UnimplementedError(
    'createPlatformCustomPathHandlerStatic is not implemented on the current platform.',
  );
}