makePrinterReady method

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

Implementation

@override
Future<bool?> makePrinterReady(bool beeper, bool drawer, bool cutter,
    int count, int width, int content) {
  return _api.makePrinterReady(beeper, drawer, cutter, count, width, content);
}