makePrinterReady method

Future<bool?> makePrinterReady(
  1. bool beeper,
  2. bool drawer,
  3. bool cutter,
  4. int count,
  5. int width,
  6. int content,
)

Implementation

Future<bool?> makePrinterReady(bool beeper, bool drawer, bool cutter, int count, int width, int content) async {
  throw UnimplementedError('makePrinterReady() has not been implemented.');
}