PrintJobController.fromPlatformCreationParams constructor

PrintJobController.fromPlatformCreationParams({
  1. required PlatformPrintJobControllerCreationParams params,
})

Constructs a PrintJobController.

See PrintJobController.fromPlatformCreationParams for setting parameters for a specific platform.

Implementation

PrintJobController.fromPlatformCreationParams({
  required PlatformPrintJobControllerCreationParams params,
}) : this.fromPlatform(platform: PlatformPrintJobController(params));