将文本颠倒过来。
Future<void> flip({required bool enabled}) => RustLib.instance.api .crateApiPrinterLddPrinterFlip(that: this, enabled: enabled);