discover static method

Future<List<USBPrinter>> discover()

Implementation

static Future<List<USBPrinter>> discover() {
  throw Exception('Platform does not support');
}