PrintJobCompletionHandler typedef

PrintJobCompletionHandler = Future<void> Function(bool completed, String? error)?

A completion handler for the PlatformPrintJobController.

Implementation

typedef PrintJobCompletionHandler = Future<void> Function(
    bool completed, String? error)?;