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