PrintJobController class

Class representing a print job eventually returned by InAppWebViewController.printCurrentPage.

Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Constructors

PrintJobController({required String id})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Print job ID.
final
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
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() Future<void>
Disposes the print job.
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