SPOOL property
Normal print job.
Officially Supported Platforms/Implementations:
- MacOS
Implementation
static final SPOOL = PrintJobDisposition._internalMultiPlatform('SPOOL', () {
switch (defaultTargetPlatform) {
case TargetPlatform.macOS:
return 'spool';
default:
break;
}
return null;
});