startPrint method

Future startPrint(
  1. String path,
  2. String info, {
  3. String? printerName,
  4. int copyNum = 1,
  5. bool toPdf = false,
})

Implementation

Future startPrint(String path,String info,{String? printerName, int copyNum = 1, bool toPdf = false}) {
  throw UnimplementedError('startPrint() has not been implemented.');
}