PrintJobController.fromPlatform constructor
PrintJobController.fromPlatform({
- required PlatformPrintJobController platform,
Constructs a PrintJobController from a specific platform implementation.
Implementation
PrintJobController.fromPlatform({required this.platform});