createPlatformContainerController method
Creates a new PlatformContainerController.
This function should only be called by the app-facing package.
Look at using ContainerController in flutter_inappwebview_forge instead.
Implementation
PlatformContainerController createPlatformContainerController(
PlatformContainerControllerCreationParams params,
) {
throw UnimplementedError(
'createPlatformContainerController is not implemented on the current platform.',
);
}