Commit 20d296f6 authored by Andrey's avatar Andrey

type

parent fb9a0cba
...@@ -314,7 +314,7 @@ class _MyHomePageState extends State<MyHomePage> { ...@@ -314,7 +314,7 @@ class _MyHomePageState extends State<MyHomePage> {
// final PosPrintResult res = // final PosPrintResult res =
// await printerManager.printTicket(await testTicket(paper)); // await printerManager.printTicket(await testTicket(paper));
// DEMMO RECEIPT // DEMO RECEIPT
final PosPrintResult res = final PosPrintResult res =
await printerManager.printTicket(await demoReceipt(paper)); await printerManager.printTicket(await demoReceipt(paper));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment