discoverPrinters method

Future<String?> discoverPrinters()

Implementation

Future<String?> discoverPrinters() {
  throw UnimplementedError('discoverPrinters() has not been implemented.');
}