PrintJobController.fromPlatform constructor

PrintJobController.fromPlatform({
  1. required PlatformPrintJobController platform,
})

Constructs a PrintJobController from a specific platform implementation.

Implementation

PrintJobController.fromPlatform({required this.platform});