printRaw method
Implementation
Future<GertecResponse> printRaw(Uint8List data) async {
return GertecResponse.fromJson(
await GertecPrinterPlatform.instance.printRaw(data) ?? '{}');
}
Future<GertecResponse> printRaw(Uint8List data) async {
return GertecResponse.fromJson(
await GertecPrinterPlatform.instance.printRaw(data) ?? '{}');
}