printText method

Future<void> printText(
  1. String text, {
  2. IminTextStyle? style,
})

Implementation

Future<void> printText(String text, {IminTextStyle? style}) {
  throw UnimplementedError('printText() has not been implemented.');
}