createPlatformPrintJobController method
Creates a new PlatformPrintJobController.
This function should only be called by the app-facing package.
Look at using PrintJobController in flutter_inappwebview
instead.
Implementation
PlatformPrintJobController createPlatformPrintJobController(
PlatformPrintJobControllerCreationParams params,
) {
throw UnimplementedError(
'createPlatformPrintJobController is not implemented on the current platform.');
}