dispose method
void
dispose()
Disposes the print job.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
Implementation
void dispose() => platform.dispose();
Disposes the print job.
Officially Supported Platforms/Implementations:
void dispose() => platform.dispose();