print abstract method

Future<void> print({
  1. required String text,
})

打印指定的文本。

Implementation

Future<void> print({required String text});