PlatformPrintJobControllerCreationParams constructor
const
PlatformPrintJobControllerCreationParams({
- required String id,
- PrintJobCompletionHandler? onComplete,
Used by the platform implementation to create a new PlatformPrintJobController.
Implementation
const PlatformPrintJobControllerCreationParams(
{required this.id, this.onComplete});