PlatformPrintJobControllerCreationParams constructor

const PlatformPrintJobControllerCreationParams({
  1. required String id,
  2. PrintJobCompletionHandler? onComplete,
})

Used by the platform implementation to create a new PlatformPrintJobController.

Implementation

const PlatformPrintJobControllerCreationParams(
    {required this.id, this.onComplete});