id property

String get id

Print job ID.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • macOS WKWebView
  • Windows WebView2

Use the PlatformPrintJobControllerCreationParams.isPropertySupported method to check if this property is supported at runtime.

Implementation

String get id => params.id;