printText method
Print text
Implementation
Future<bool> printText({
required String text,
int size = 1,
int align = 1,
int paperWidth = 52,
bool isLabel = false,
bool tear = true,
}) {
throw UnimplementedError('printText() has not been implemented.');
}