@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); }