getPrinters method

Future<Map<String, String>> getPrinters()

getPrinters() returns a Map of Strings representing the printer name and how it was discovered via the discovery scan. Items from this list will only be removed on subsequent launches of the app.

Implementation

Future<Map<String, String>> getPrinters() async {
  throw UnimplementedError('getPrinters() has not been implemented.');
}