printText method

Future<bool> printText(
  1. String text
)

Print a simple text string

Implementation

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