onPrint property

  1. @Deprecated("Use onPrintRequest instead")
void Function(T controller, Uri? url)? onPrint
final

Use onPrintRequest instead

Implementation

@Deprecated("Use onPrintRequest instead")
final void Function(T controller, Uri? url)? onPrint;