printText static method
Implementation
static printText(String text) {
try {
sunmi.SunmiPrinter.printText(text);
} catch (e) {
throw Exception('Error printing text: $e');
}
}
static printText(String text) {
try {
sunmi.SunmiPrinter.printText(text);
} catch (e) {
throw Exception('Error printing text: $e');
}
}