line static method
Implementation
static line({int len = 1}) {
try {
sunmi.SunmiPrinter.line(len: len);
} catch (e) {
throw Exception('Error printing line: $e');
}
}
static line({int len = 1}) {
try {
sunmi.SunmiPrinter.line(len: len);
} catch (e) {
throw Exception('Error printing line: $e');
}
}