i'm working on a task for detecting USB connected devices (printers) for Flutter desktop application. I found many plugins but they are not working on desktop app. The code throws exception in detecting list of connected USB devices The exception it throws is
No implementation found for the method listDevices for the channel usb_serial
How i can change that plugin for desktop, to find USB connected devices/or any other solution?