AUTOMATIC property
final
Officially Supported Platforms/Implementations:
- macOS WKWebView
Implementation
static final AUTOMATIC = PrintJobPaginationMode._internalMultiPlatform(
'AUTOMATIC',
() {
switch (defaultTargetPlatform) {
case TargetPlatform.macOS:
return 0;
default:
break;
}
return null;
},
);