printText method

Future<bool?> printText(
  1. String text
)

Implementation

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