dispose method
Disposes the print job.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
Implementation
@override
void dispose() {
throw UnimplementedError(
'dispose is not implemented on the current platform');
}