initBluetoothPrinter static method

Future<bool> initBluetoothPrinter({
  1. KeckPaperSize size = KeckPaperSize.mm58,
})

Implementation

static Future<bool> initBluetoothPrinter({KeckPaperSize size = KeckPaperSize.mm58}) async {
  paperSize = size;
  _profile = await CapabilityProfile.load();
  return true;
}