printText method
Implementation
Future<Map<String, dynamic>> printText(
String text, {
int fontSize = 50,
bool isBold = false,
bool isUnderline = false,
String alignment = "LEFT",
}) {
throw UnimplementedError('printText() has not been implemented.');
}