与println相同,打印以新行结尾的指定文本。
Future<void> text({required String text}) => RustLib.instance.api .crateApiPrinterLddPrinterText(that: this, text: text);