cancel method
Cancels this print job. You can request cancellation of a queued, started, blocked, or failed print job.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - PrintJob.cancel)
Implementation
Future<void> cancel() => platform.cancel();