lineWrap static method
Implementation
static lineWrap(int count) {
try {
sunmi.SunmiPrinter.lineWrap(count);
} catch (e) {
throw Exception('Error performing line wrap: $e');
}
}
static lineWrap(int count) {
try {
sunmi.SunmiPrinter.lineWrap(count);
} catch (e) {
throw Exception('Error performing line wrap: $e');
}
}