printText method
Implementation
Future<void> printText(dynamic text) {
throw UnimplementedError('printText() has not been implemented.');
}
Future<void> printText(dynamic text) {
throw UnimplementedError('printText() has not been implemented.');
}