restart method

Future<void> restart()

Restarts this print job. You can request restart of a failed print job.

Officially Supported Platforms/Implementations:

Use the PlatformPrintJobController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<void> restart() => platform.restart();