PlatformPrintJobController class abstract
Class representing a print job eventually returned by PlatformInAppWebViewController.printCurrentPage.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
- Inheritance
-
- Object
- PlatformInterface
- PlatformPrintJobController
- Implemented types
Constructors
- PlatformPrintJobController(PlatformPrintJobControllerCreationParams params)
-
Creates a new PlatformPrintJobController
factory
- PlatformPrintJobController.implementation(PlatformPrintJobControllerCreationParams params)
- Used by the platform implementation to create a new PlatformPrintJobController.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Print job ID.
no setter
- onComplete ↔ PrintJobCompletionHandler?
-
A completion handler used to handle the conclusion of the print job (for instance, to reset state) and to handle any errors encountered in printing.
getter/setter pair
- params → PlatformPrintJobControllerCreationParams
-
The parameters used to initialize the PlatformPrintJobController.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancel(
) → Future< void> - Cancels this print job. You can request cancellation of a queued, started, blocked, or failed print job.
-
dismiss(
{bool animated = true}) → Future< void> - Dismisses the printing-options sheet or popover.
-
dispose(
) → void -
Disposes the print job.
override
-
getInfo(
) → Future< PrintJobInfo?> - Gets the PrintJobInfo that describes this job.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
restart(
) → Future< void> - Restarts this print job. You can request restart of a failed print job.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited