PosFeed.reverse constructor

const PosFeed.reverse(
  1. int numberOfLines
)

Creates ESC/POS commands for reverse feeding for numberOfLines lines (if supported by the printer)

Implementation

const factory PosFeed.reverse(
  int numberOfLines,
) = _PosReverseFeed;