getInfo method
Gets the PrintJobInfo that describes this job.
NOTE: The returned info object is a snapshot of the current print job state. Every call to this method returns a fresh info object that reflects the current print job state.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - PrintJob.getInfo)
- iOS
- MacOS
Implementation
Future<PrintJobInfo?> getInfo() {
throw UnimplementedError(
'getInfo is not implemented on the current platform');
}