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