printTableText static method
Print a row of a table
Implementation
static Future<void> printTableText(
List<String> texts, List<int> weights, List<PrintTextStyle> styles) {
return NyxPrinterPlatform.instance.printTableText(texts, weights, styles);
}