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
The call never exits. I need to call it like this:
unawaited(
_instance.iMinPrinter.initPrinter().then((result) {
// this is never called on the Swift 2 ProdebugPrint('The printers init result is $result');
}).onError((e, st) async {
debugPrint('Error while initializing iMin printer support: $e\n$st');
}),
);
When I call:
The call never exits. I need to call it like this:
In the logs I see this output:
However printing works anyway.
The text was updated successfully, but these errors were encountered: