We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ...
I'm trying to use smart_usb to build a MacOS app. I am trying to follow this example code you provide:
smart_usb
await SmartUsb.init(); // ... var deviceList = await SmartUsb.getDeviceList(); // ... await SmartUsb.exit();
However, on the first line (await SmartUsb.init();) I get the following exception thrown:
await SmartUsb.init();
LateError (LateInitializationError: Field '_instance@174081202' has not been initialized.)
Are there suggestions on how to resolve and/or debug this issue?
The text was updated successfully, but these errors were encountered:
Did you find solution?
Sorry, something went wrong.
No branches or pull requests
Hi ...
I'm trying to use
smart_usb
to build a MacOS app. I am trying to follow this example code you provide:However, on the first line (
await SmartUsb.init();
) I get the following exception thrown:Are there suggestions on how to resolve and/or debug this issue?
The text was updated successfully, but these errors were encountered: