getConnectedPrinters method Null safety

Future<List<PrinterDevice>?> getConnectedPrinters(
  1. {PrinterDeviceType? type}
)

获取当前已连接的打印机

Implementation

Future<List<PrinterDevice>?> getConnectedPrinters({PrinterDeviceType? type});