dispose method
Disposes the print job.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- macOS WKWebView
- Windows WebView2
Use the PlatformPrintJobController.isMethodSupported method to check if this method is supported at runtime.
Implementation
void dispose() => platform.dispose();