fix outlet, fix category, fix printer
This commit is contained in:
@@ -247,6 +247,11 @@ class PrinterRepository implements IPrinterRepository {
|
||||
);
|
||||
}
|
||||
|
||||
log(
|
||||
'Printer connected to bluetooth: ${printer.name}, ${printer.address}',
|
||||
name: _logName,
|
||||
);
|
||||
|
||||
bool printResult = await _printBluetooth(printData);
|
||||
if (!printResult) {
|
||||
FirebaseCrashlytics.instance.recordError(
|
||||
|
||||
Reference in New Issue
Block a user