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