Print text.
Future<bool> printText(String text, {int fontSize = 1}) { throw UnimplementedError('printText() has not been implemented.'); }