打印指定的文本。
Future<void> print({required String text}) => RustLib.instance.api .crateApiPrinterLddPrinterPrint(that: this, text: text);