You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this library to print on a Sunmi V2S and am receiving the error: Attempt to invoke interface method 'void woyou.aidlservice.jiuiv5.IWoyouService.printOriginalText' on a null object reference.
when I call: await SunmiV2Printer.printOriginalText('==\n’);
Has anyone experienced the same issue and can can point me on how to resolve it?
The text was updated successfully, but these errors were encountered:
I'm trying to use this library to print on a Sunmi V2S and am receiving the error:
Attempt to invoke interface method 'void woyou.aidlservice.jiuiv5.IWoyouService.printOriginalText' on a null object reference.
when I call:
await SunmiV2Printer.printOriginalText('==\n’);
Has anyone experienced the same issue and can can point me on how to resolve it?
The text was updated successfully, but these errors were encountered: