将进纸反转n行。
Future<void> reverseFeed({required int n}) => RustLib.instance.api .crateApiPrinterLddPrinterReverseFeed(that: this, n: n);