UNKNOWN property
No page order specified.
Officially Supported Platforms/Implementations:
- MacOS
Implementation
static final UNKNOWN = PrintJobPageOrder._internalMultiPlatform(2, () {
switch (defaultTargetPlatform) {
case TargetPlatform.macOS:
return 2;
default:
break;
}
return null;
});