printText method
Implementation
Future<GertecResponse> printText(GertecText textObject) async {
return GertecResponse.fromJson(
await GertecPrinterPlatform.instance.printText(textObject) ?? '{}');
}
Future<GertecResponse> printText(GertecText textObject) async {
return GertecResponse.fromJson(
await GertecPrinterPlatform.instance.printText(textObject) ?? '{}');
}