printRow method

Future<void> printRow({
  1. required List<ColumnMaker> cols,
  2. bool end = false,
})

Implementation

Future<void> printRow({required List<ColumnMaker> cols, bool end = false}) {
  throw UnimplementedError('printRow() has not been implemented.');
}