restart method
Restarts this print job. You can request restart of a failed print job.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - PrintJob.restart)
Implementation
Future<void> restart() {
throw UnimplementedError(
'restart is not implemented on the current platform');
}