PrintJobCompletionHandler typedef
A completion handler for the PlatformPrintJobController.
Implementation
typedef PrintJobCompletionHandler =
Future<void> Function(bool completed, String? error)?;
A completion handler for the PlatformPrintJobController.
typedef PrintJobCompletionHandler =
Future<void> Function(bool completed, String? error)?;