startcustomprinting method

Future<TransactionMonitor> startcustomprinting(
  1. List<Widget> template
)

Implementation

Future<TransactionMonitor> startcustomprinting(List<Widget> template) {
  throw UnimplementedError(
    'startcustomprinting (List<Widget> template) has not been implemented.',
  );
}