createPlatformPrintJobControllerStatic method
Creates a new empty PlatformPrintJobController to access static methods.
This function should only be called by the app-facing package.
Look at using PrintJobController in flutter_inappwebview_forge instead.
Implementation
PlatformPrintJobController createPlatformPrintJobControllerStatic() {
throw UnimplementedError(
'createPlatformPrintJobControllerStatic is not implemented on the current platform.',
);
}