connect method
Implementation
@override
Future<bool> connect(BluetoothPrinterInput model) async {
try {
return await _connect(model: model);
} catch (e) {
return false;
}
}
@override
Future<bool> connect(BluetoothPrinterInput model) async {
try {
return await _connect(model: model);
} catch (e) {
return false;
}
}